SmallString.opIndex

  1. inout(char)[] opIndex()
  2. inout(char) opIndex(size_t index)
    struct SmallString(uint maxLength)
    extern (D) @safe pure @nogc scope nothrow ref inout scope return
    inout(char)
    opIndex
    (
    size_t index
    )
    if (
    maxLength
    )

Meta