basic_string.opIndex

  1. inout(T) opIndex(size_t index)
  2. inout(T)[] opIndex(size_t[2] slice)
    struct basic_string(T, Traits = char_traits!T, Alloc = allocator!T)
    extern (D) @nogc inout pure nothrow @safe @nogc
    inout(T)[]
    opIndex
    (
    size_t[2] slice
    )
  3. inout(T)[] opIndex()

Meta