Introduction
An iterator is a pointer for traversing the elements of a data structure.
Examples
Syntax
TypeScript Interfaces
Expressed as interfaces in TypeScript notation:
Oct 14, 20201 min read
An iterator is a pointer for traversing the elements of a data structure.
Expressed as interfaces in TypeScript notation: