Beispiel #1
0
 public static IEnumerable <PartialNode> Children(PartialNode head, IEnumerable <PartialNode> tail) =>
 head.Yield().Concat(tail);
Beispiel #2
0
 public static IEnumerable <PartialNode> Child(PartialNode tree) => tree.Yield();