dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
String.opSlice
dplug
core
string
String
inout
(
char
)[]
opSlice
()
inout
(
char
)[]
opSlice
(size_t i1, size_t i2)
struct
String
nothrow @
nogc
inout
inout
(
char
)[]
opSlice
(
size_t
i1
,
size_t
i2
)
Return Value
Type:
inout
(
char
)[]
A slice of the array.
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)