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