Ejemplo n.º 1
0
 public static NestedText Scope(this IEnumerable <NestedText> xs, Text separator = null) => NestedText.CreateScope(xs.ToArr(), separator ?? Environment.NewLine);
Ejemplo n.º 2
0
 public static NestedText EmptyScope() => NestedText.CreateScope(Arr <NestedText> .Empty, (Text)Environment.NewLine);