The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SmallString.append
mir
small_string
SmallString
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)
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