Example #1
0
 public Stck <A> Reverse() =>
 new Stck <A>(Value.Reverse());