The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SmallString.opIndex
mir
small_string
SmallString
Returns a common scope string.
The method implement with
[i .. j]
operation.
inout
(
char
)[]
opIndex
()
inout
(
char
)
opIndex
(size_t index)
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
Source
See Implementation
mir
small_string
SmallString
aliases
opBinary
opDollar
opOpAssign
put
toString
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
opSlice
toHash
trustedAssign
Returns a common scope string.
The method implement with [i .. j] operation.