fixedstring v1.1.0 (2022-01-12T19:03:54Z)
Dub
Repo
FixedString.opBinary
fixedstring
FixedString
concatenation operator
struct
FixedString
(size_t maxSize, CharT = char)
@
safe
@
nogc
nothrow const pure
auto
opBinary
(
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
concatenation operator