dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
String.opSlice
dplug
core
string
String
inout
(
char
)[]
opSlice
()
struct
String
nothrow @
nogc
inout return
inout
(
char
)[]
opSlice
(
)
inout
(
char
)[]
opSlice
(size_t i1, size_t i2)
Return Value
Type:
inout
(
char
)[]
Whole content of the sring in one slice.
Meta
Source
See Implementation
dplug
core
string
String
constructors
this
destructors
~this
functions
appendZeroTerminatedString
asSlice
length
makeEmpty
opAssign
opEquals
opOpAssign
opSlice
ptr
postblits
this(this)