Documentation

Init.Data.String.Iter.Intercalate

@[inline]
def Std.Iter.joinString {α β : Type} [Iterator α Id β] [ToString β] (it : Iter β) :

Appends all the elements in the iterator, in order.

Equations
Instances For
    @[inline]
    def Std.Iter.intercalateString {α β : Type} [Iterator α Id β] [ToString β] (s : String.Slice) (it : Iter β) :

    Appends the elements of the iterator into a string, placing the separator s between them.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For