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