@[reducible, inline]
Convenience function for turning an iterator into a list of strings, provided the output of the
iterator implements ToString.
Equations
- it.toStringList = (Std.Iter.map toString it).toList
Instances For
@[reducible, inline]
Convenience function for turning an iterator into an array of strings, provided the output of the
iterator implements ToString.
Equations
- it.toStringArray = (Std.Iter.map toString it).toArray