Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "xform/distinct"

Index

Interfaces

Functions

Functions

distinct

  • distinct<T>(opts?: Partial<DistinctOpts<T>>): Transducer<T, T>
  • distinct<T>(src: Iterable<T>): IterableIterator<T>
  • distinct<T>(opts: Partial<DistinctOpts<T>>, src: Iterable<T>): IterableIterator<T>

Generated using TypeDoc