operator & method

Iterable<T> operator &(
  1. Iterable<T> other
)

Implementation

Iterable<T> operator &(Iterable<T> other) => followedBy(other);