pub type Rank = u32;
Integer rank of a token in the BPE vocabulary.
Lower ranks are merged first. Rank::MAX is reserved as a sentinel meaning “this byte span is not in the vocabulary”.
Rank::MAX