LinkedList.hasElements

Returns true if list contains all elements provided in an array, else, false

returns false if the array contains the same elements at more than one index

class LinkedList(T)
bool
hasElements
(
T[] nodes
)

Meta