Structure judo_span Code unit range. Since v1.0 struct judo_span { int32_t offset; int32_t length; } Properties 🔗 offset Code unit index. length Code unit count. Discussion 🔗 The structure describes a range of UTF-8 code units.