kiss v0.4.6 (2018-06-28T07:57:03Z)
Dub
Repo
StringImpl.opApply
kiss
container
String
StringImpl
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(Char) dg)
struct
StringImpl
(Char, Allocator)
int
opApply
(
scope
int
delegate
(
Char
)
dg
)
if
(
is
(
Char
==
Unqual
!
Char
) &&
isSomeChar
!
Char
)
int
opApply
(int delegate(size_t, Char) dg)
int
opApply
(int delegate(dchar) dg)
Meta
Source
See Implementation
kiss
container
String
StringImpl
aliases
Data
constructors
this
destructors
~this
functions
opApply
opAssign
opBinary
opCast
opCmp
opDollar
opEquals
opIndex
opOpAssign
opSlice
mixins
__anonymous
postblits
this(this)
properties
back
cstr
dup
empty
front
idup
length
ptr
stdString