Skip to main content

Arguments

string
required
The key of the list.
before | after
required
Whether to insert the element before or after pivot.
TValue
required
The element to insert before or after.
TValue
required
The element to insert.

Response

The list length after insertion, 0 when the list doesn’t exist or -1 when pivot was not found.