The OpenD Programming Language

SmallString.opSlice

Returns a common scope string.

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

struct SmallString(uint maxLength)
extern (D) @safe pure @nogc scope nothrow scope const
size_t[2]
opSlice
(
size_t pos : 0
)
(
size_t i
,
size_t j
)
if (
maxLength
)

Meta