has abstract method

bool has(
  1. dynamic val
)

Determine if there is such a node in graph

Implementation

bool has(val);