phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
RCXString.opSlice
nxt
rcstring
RCXString
Returns a slice to the entire string or a portion of it.
auto
opSlice
()
auto
opSlice
(size_t b, size_t e)
struct
RCXString
(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
pure nothrow inout
auto
opSlice
(
size_t
b
,
size_t
e
)
Meta
Source
See Implementation
nxt
rcstring
RCXString
aliases
opDollar
constructors
this
destructors
~this
functions
back
capacity
empty
front
length
opAssign
opBinary
opBinaryRight
opEquals
opIndex
opOpAssign
opSlice
popBack
popFront
ptr
reserve
toArray
manifest constants
maxSmallLength
postblits
this(this)
Returns a slice to the entire string or a portion of it.