Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Append"

Index

Type aliases

Type aliases

Append

Append<T, A>: Concat<T, [A]>

Add an element A at the end 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.