collections ~master (2022-05-06T22:22:30.7373307)
Dub
Repo
RCString.empty
stdx
collections
rcstring
RCString
struct
RCString
@
nogc
nothrow pure @
safe
const
bool
empty
(
)
Examples
assert
(!
RCString
(
"dlang"
).
empty
);
assert
(
RCString
(
""
).
empty
);
Meta
Source
See Implementation
stdx
collections
rcstring
RCString
constructors
this
functions
by
dup
empty
equal
idup
opAssign
opBinary
opBinaryRight
opCast
opCmp
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opSliceAssign
save
toHash
toString
writeln