Documentation

indexOf()

Returns the index position (0-based) of the specified object in this list.

indexOf(item: T): number;

Notes

Parameters

Related