pub trait LargeAlphabet: InputElement + OutputElement { }
Expand description
When using i32
/i64
-based texts, the API for suffix array construction changes slightly.
See suffix_array
for details.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.