logo
Expand description

This trait must be implemented for integer types serving as bit vectors. Only unsigned integers will work correctly.

Associated Types

Type that should be used to store the distance score when using the simple Myers algorithm (not the block-based one, which always uses usize).

Implementations on Foreign Types

Implementors