fixedstring v2.0.0 (2022-05-22T14:19:33Z)
Dub
Repo
FixedString.opBinary
fixedstring
FixedString
concatenation operator. generally, you should prefer this version.
struct
FixedString
(size_t maxSize, CharT = char)
const
auto
opBinary
(
string
op
T
:
CharT
size_t
n
)
(
in
FixedString
!(
n
,
T
)
rhs
)
if
(
op
== "~"
)
Meta
Source
See Implementation
fixedstring
FixedString
constructors
this
functions
concat
length
opAssign
opBinary
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
toHash
toString
manifest constants
size
concatenation operator. generally, you should prefer this version.