Span constructor

Span(
  1. Position head,
  2. Position anchor
)

Implementation

Span(this.head, this.anchor);