mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
SmallString.opAssign
mir
small_string
SmallString
=
operator
typeof
(
this
)
opAssign
(typeof(null) )
typeof
(
this
)
opAssign
(const(char)[] str)
struct
SmallString
(uint maxLength)
extern (
D
) @
safe
pure @
nogc
ref return @
trusted
typeof
(this)
opAssign
(
scope
const
(
char
)[]
str
)
if
(
maxLength
)
typeof
(
this
)
opAssign
(SmallString!n rhs)
typeof
(
this
)
opAssign
(SmallString!n rhs)
void
trustedAssign
(const(char)[] str)
Meta
Source
See Implementation
mir
small_string
SmallString
aliases
opBinary
opOpAssign
put
toString
constructors
this
functions
append
concat
empty
length
opAssign
opCmp
opEquals
opIndex
toHash
trustedAssign
variables
_data
= operator