Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Zip

Zip<L, L1>: L extends unknown ? L1 extends unknown ? _Zip<L, L1> : never : never

Pair up the entries of L with L1

Type parameters

  • L: List

    to pair up

  • L1: List

    to pair up with

returns

List

example


  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.