Struct SubwordRange

Struct Documentation

struct SubwordRange

A Subword range is mechanically the same as a ByteRange, but instead of describing a span of bytes, it describes a span of Subword tokens.

Using Annotation.word() you can switch between the two.

Public Functions

const size_t size() const
bool operator==(SubwordRange other) const

Public Members

size_t begin
size_t end