Finds the position of element which equals to target in the list. If the list is infinite and the element is not found, this will hang forever.
target
The equality for T.
T
The found position if exists.
Generated using TypeDoc
Finds the position of element which equals to
target
in the list. If the list is infinite and the element is not found, this will hang forever.