protocol IntegerHashable<Self, H> { ... }
Self: Integer
H: Hasher<H>

Hashing mixin for integers.

Provided methods