nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StringImpl.empty
nulib
string
StringImpl
Whether the string is empty.
struct
StringImpl
(T)
@
nogc
@
property
@
safe
nothrow
bool
empty
(
)
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
Whether the string is empty.