Ukkonen with NULL value represented by usize::MAX
- Added some tests
- use a
lib.rs
file - Rewrite the use of
<Option<usize>>
to use a type alias ofusize
with a NULL value trait
lib.rs
file<Option<usize>>
to use a type alias of usize
with a NULL value trait