IterablePiping extension

on

Operators

operator |(dynamic f(Iterable)) → dynamic
Places the left-side Iterable x into right-side Function f as single argument. Returns the function result f(x)