Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Function rearrangeArray

<T>

Defined in GeneralFunctions.ts

(__namedParameters: Ttype parameter T[], index: number): Ttype parameter T[]

Returns a new array which starts from index, adds the rest of the members to it's end.

· array - Array to rearrange.
· index - to arrange from.

Returns

undefined