TokensIterator¶ [Source] An iterator over serialized tokens, reading each value by its expected type. Raises an error if the next token cannot be cast to the requested type. interface ref TokensIterator Public Functions¶ next[A: Any val]¶ [Source] fun ref next[A: Any val]() : A ? Returns¶ A ?