LinkedList.has

Returns true if the element is found within the set.

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

Meta