Documentation

Init.Data.String.Iter

@[reducible, inline]
abbrev Std.Iter.toStringList {α β : Type} [Iterator α Id β] [ToString β] (it : Iter β) :

Convenience function for turning an iterator into a list of strings, provided the output of the iterator implements ToString.

Equations
Instances For
    @[reducible, inline]
    abbrev Std.Iter.toStringArray {α β : Type} [Iterator α Id β] [ToString β] (it : Iter β) :

    Convenience function for turning an iterator into an array of strings, provided the output of the iterator implements ToString.

    Equations
    Instances For