Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Modify

Modify<L, LMod>: Cast<{ [K in keyof LMod]: Replace<LMod[K], x, Exclude<At<L, K>, undefined>>}, List>

Modify L with LMod & the x placeholder

Type parameters

  • L: List

    to copy from

  • LMod: List

    to copy 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.