Interface Iterator

Index

Methods

Methods

public current(): T in TypeScript.Iterator<T>

Returns

T in TypeScript.Iterator<T>

public moveNext(): boolean

Returns

boolean