Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Prepend

Prepend<L, A>: [A, L []]

Add an element A at the beginning of L

Type parameters

  • L: List

    to append to

  • A: any

    to be added to

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.