haXe API Documentation
Back | Index
interface cs.internal.Iterator<T>
Available in cs
function hasNext() : Bool
function next() : T
Back | Index