Exemple #1
0
 public static IImmutableStack <T> Concat <T>(IEnumerable <T> fst, IImmutableStack <T> snd) =>
 snd.Append(fst);