Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "xform/drop-while"

Index

Functions

Functions

dropWhile

  • dropWhile<T>(pred?: Predicate<T>): Transducer<T, T>
  • dropWhile<T>(src: Iterable<T>): IterableIterator<T>
  • dropWhile<T>(pred: Predicate<T>, src: Iterable<T>): IterableIterator<T>

Generated using TypeDoc