Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Prepend"

Index

Type aliases

Type aliases

Prepend

Prepend<T, A>: Prepend<T, A>

Add an element A at the beginning of T

Type parameters

  • T: Tuple

    to append to

  • A: any

    to be added to

returns

any[]

example

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