Insert a value after a specific value. If the value to insert after is not found then the value to insert is added to the end of the array
The array to contain the new value
The value we want to insert
The value that dictates the position of the new value
Array of values with the newly inserted value
Generated using TypeDoc
Insert a value after a specific value. If the value to insert after is not found then the value to insert is added to the end of the array