Exemplo n.º 1
0
 public static string DelimiterName(IMathAtom boundaryAtom) =>
 boundaryAtom.AtomType == MathAtomType.Boundary &&
 BoundaryDelimiters.TryGetBySecond(boundaryAtom.Nucleus, out var name) ?
 name : null;