toFirst method

GraphSnapshot<V> toFirst()

Implementation

GraphSnapshot<V> toFirst() {
  index = _graphs.isEmpty ? -1 : 0;
  return current;
}