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 fitArrayToSize

Defined in GeneralFunctions.ts

(
__namedParameters: Arrayexternal Array<unknown>,
size: number
): Arrayexternal Array<unknown>

Fills an array with it's own elements to fit a certain size.

· arr - The array to fit.
· size - The new size.

Returns

undefined