Methods

eachΒΆ

each(s:Str, cb:Fun)

Iterates over all string characters (currently bytes). TODO: example.
Source: stdlib.ngs:2288

cb

Function to be called with each character from s

Returns

s