Expand description
A module containing utilities for an element of block hash position array.
§Compatibility Notice
This module is going to be completely private on the next major release. If you need to experiment with internal hashing functions, just vendor the source code for your needs.
Functions§
- has_
sequences - Checks whether a given position array entry has a sequence of the given length (or longer).
- has_
sequences_ const - The generic variant of
has_sequences().