Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

MergeAll

MergeAll<L, Ls, depth, ignore, fill>: Cast<MergeAll<L, Ls, depth, ignore, fill>, List>

Merge a list of Lists into L. Merges from left to right, first items get completed by the next ones (last-in completes).

Type parameters

  • L: List

    to start with

  • Ls: List<List>

    to merge

  • depth: Depth

    (?='flat') 'deep' to do it deeply

  • ignore: object

    (?=BuiltIn) types not to merge

  • fill: any

    (?=undefined) types of O to be replaced with ones of O1

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.