// export abstract class Iterator { // abstract get done(): bool; // abstract next(): T; // }