Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DistinctIterator<T>

Type Parameters

  • T

Hierarchy

  • DistinctIterator

Implements

  • IterableIterator<T>

Index

Constructors

Properties

Methods

Constructors

  • new DistinctIterator<T>(iterator: Iterator<T, any, undefined>): DistinctIterator<T>

Properties

set: Set<T> = ...

Methods

  • [iterator](): IterableIterator<T>
  • next(): IteratorResult<T, any>

Generated using TypeDoc