Cut<C extends Comparable> constructor

Cut<C extends Comparable>(
  1. C? endpoint
)

Implementation

Cut(this.endpoint);