fixedstring v1.2.0 (2022-04-12T01:54:12Z)
Dub
Repo
FixedString.opOpAssign
fixedstring
FixedString
assignment
void
opOpAssign
(CharT[] rhs)
void
opOpAssign
(CharT rhs)
void
opOpAssign
(T rhs)
struct
FixedString
(size_t maxSize, CharT = char)
@
safe
@
nogc
nothrow pure
void
opOpAssign
(
string
op
T
:
FixedString
!
n
size_t
n
)
(
in
T
rhs
)
if
(
op
== "~"
)
Meta
Source
See Implementation
fixedstring
FixedString
constructors
this
functions
concat
empty
front
length
opAssign
opBinary
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
popFront
toHash
toString
manifest constants
size
assignment