StringRunes [Src]
class ref StringRunes is
Iterator[U32 val] ref
Implements
Constructors
create [Src]
new ref create(
string: String box)
: StringRunes ref^
Parameters
- string: String box
Returns
- StringRunes ref^
Public Functions
has_next [Src]
fun box has_next()
: Bool val
Returns
- Bool val
next [Src]
fun ref next()
: U32 val ?
Returns
- U32 val ?