LinkedList.which

Returns the index where the element can be found, or throws an ElementNotFoundException if not found.

struct LinkedList(E, bool allowDuplicates = true, alias equal = "a == b")
@safe pure
static if(!(allowDuplicates))
size_t
which
()

Meta