operator - method

Via<T> operator -(
  1. Via<T> other
)

Implementation

Via<T> operator -(Via<T> other) => (child) => this(other(child));