nodeOfOrNull
abstract override fun nodeOfOrNull(element: @UnsafeVariance Element): KoneLinkedSetNode<Element>?(source)
Returns a node that corresponds to the element in the set equal to the specified element or null
if there is no such element.