Struct SubwordRange¶
Defined in File definitions.h
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.