The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SmallString.opAssign
mir
small_string
SmallString
=
operator
typeof
(
this
)
opAssign
(typeof(null) )
typeof
(
this
)
opAssign
(const(char)[] str)
typeof
(
this
)
opAssign
(SmallString!n rhs)
typeof
(
this
)
opAssign
(SmallString!n rhs)
struct
SmallString
(uint maxLength)
extern (
D
) @
safe
pure @
nogc
ref scope return
typeof
(this)
opAssign
(
uint
n
)
(
const
SmallString
!
n
rhs
)
if
(
n
!=
maxLength
)
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
= operator