The OpenD Programming Language

SmallString.opIndex

Returns a common scope string.

The method implement with [i .. j] operation.

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

Meta