Gets a number of functions stored in the collection.
Adds a new function to the collection.
Clears the collection.
Finds function in the list by it's name.
The function name to be found.
A function or null
if function was not found.
Finds function index in the list by it's name.
The function name to be found.
Function index in the list or -1
if function was not found.
Get a function by its index.
a function index.
a retrieved function.
Get all functions stores in the collection
a list with functions.
Removes a function by its index.
a index of the function to be removed.
Removes function by it's name.
The function name to be removed.
Generated using TypeDoc
Defines a functions list.