Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Select"

Index

Type aliases

Type aliases

Select

Select<T, M, match>: TupleOf<OSelect<ObjectOf<T>, M, match>>

Extract the entries of T that match M

Type parameters

  • T: Tuple

    to extract from

  • M: any

    to select entries

  • match: Match

    to change precision (?='default')

returns

any[]

example

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.