builtin StringRunes - tadashi9e/gmp4pony GitHub Wiki

StringRunes

[Source]

class ref StringRunes is
  Iterator[U32 val] ref

Implements


Constructors

create

[Source]

new ref create(
  string: String box)
: StringRunes ref^

Parameters

Returns


Public Functions

has_next

[Source]

fun box has_next()
: Bool val

Returns


next

[Source]

fun ref next()
: U32 val ?

Returns


⚠️ **GitHub.com Fallback** ⚠️