export class IteratorResultImpl implements IteratorResult { constructor(public done:boolean, public value:T) { } }