phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
AlignedAddress.toHash
nxt
address
AlignedAddress
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
Source
See Implementation
nxt
address
AlignedAddress
manifest constants
alignment
properties
toHash
static variables
holeValue
nullValue
variables
_addr
Get hash of this, with extra fast computation for the small case.