Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Remove

Remove<L, From, To>: Omit<L, KeySet<From, To>>

Remove out of L a range of entries

Type parameters

  • L: List

    to remove from

  • From: number

    to start from

  • To: number

    to end with

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.