Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "xform/scan"

Index

Functions

Functions

scan

  • scan<A, B>(rfn: Reducer<B, A>, init?: B): Transducer<A, B>
  • scan<A, B>(rfn: Reducer<B, A>, init: B, src: Iterable<A>): IterableIterator<B>

Generated using TypeDoc