Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Interfaces

Functions

Functions

Tuple2

  • Tuple2<A, B>(e1: A, e2: B): ITuple2<A, B>
  • Creates a Tuple composed of 2 elements

    Type parameters

    • A

    • B

    Parameters

    • e1: A

      Element 1

    • e2: B

      Element 2

    Returns ITuple2<A, B>

Tuple3

  • Tuple3<A, B, C>(e1: A, e2: B, e3: C): ITuple3<A, B, C>
  • Creates a Tuple composed of 3 elements

    Type parameters

    • A

    • B

    • C

    Parameters

    • e1: A

      Element 1

    • e2: B

      Element 2

    • e3: C

      Element 3

    Returns ITuple3<A, B, C>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Enumeration
  • Class with type parameter

Generated using TypeDoc