mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
SmallString.append
mir
small_string
SmallString
Appends a single character to the SmallString and returns a reference to itself.
typeof
(
this
)
append
(char c)
struct
SmallString
(uint maxLength)
extern (
D
) @
safe
pure @
nogc
ref @
trusted
typeof
(this)
append
(
char
c
)
if
(
maxLength
)
typeof
(
this
)
append
(const(char)[] str)
mir
small_string
SmallString
aliases
opBinary
opDollar
opOpAssign
put
toString
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
opSlice
toHash
trustedAssign
Appends a single character to the SmallString and returns a reference to itself.