StringImpl.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(Char) dg)
    struct StringImpl(Char, Allocator)
    int
    opApply
    (
    scope int delegate
    (
    Char
    )
    dg
    )
    if (
    is(Char == Unqual!Char) &&
    isSomeChar!Char
    )
  2. int opApply(int delegate(size_t, Char) dg)
  3. int opApply(int delegate(dchar) dg)

Meta