Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

PatchAll

PatchAll<O, Ls, depth, ignore, fill>: Cast<PatchAll<O, Ls, depth, ignore, fill>, List>

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

Type parameters

  • O: List

    to start with

  • Ls: List<List>
  • depth: Depth

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

  • ignore: object

    (?=BuiltIn) types not to merge

  • fill: any

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

param

to patch

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.