nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StringImpl.clear
nulib
string
StringImpl
Clears the string, equivalent to resizing it to 0.
struct
StringImpl
(T)
@
nogc
void
clear
(
)
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
Clears the string, equivalent to resizing it to 0.