nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StringImpl.opBinary
nulib
string
StringImpl
Makes a nstring appended to this string.
struct
StringImpl
(T)
@
nogc
inout
auto
opBinary
(
string
op
R
)
(
auto
ref
inout
R
rhs
)
if
(
op
== "~"
)
if
(
isSomeChar
!
T
)
Meta
Source
See Implementation
nulib
string
StringImpl
aliases
CharType
toCString
toDString
constructors
this
destructors
~this
functions
clear
flipEndian
opAssign
opBinary
opBinaryRight
opOpAssign
opPostMove
resize
reverse
take
properties
empty
length
ptr
realLength
usage
value
Makes a nstring appended to this string.