AlignedAddress.toHash

Get hash of this, with extra fast computation for the small case.

struct AlignedAddress(uint alignment_)
@property const scope @trusted pure nothrow @nogc
hash_t
toHash
()
if (
alignment_ == 1 ||
alignment_ == 2
||
alignment_ == 4
||
alignment_ == 8
||
alignment_ == 16
||
alignment_ == 32
)

Meta