dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
NamedType.toHash
my
named_type
NamedType
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
toHash
()
size_t
toHash
()
struct
NamedType
(T, TagT = Tag!(T.stringof), T init = T.init, TraitsT...)
@
safe
nothrow const scope
static if
(!(
is(Tr == Comparable)
))
static if
(
is(Tr == Hashable)
)
static if
(!(
__traits(hasMember, T, "toHash")
))
size_t
toHash
(
)
if
(
is
(
TagT
:
Tag
!
U
,
alias
U
)
)
Meta
Source
See Implementation
my
named_type
NamedType
aliases
Tag
ThisT
Traits
Type
constructors
this
functions
empty
get
getPtr
length
opBinary
opCast
opCmp
opEquals
opUnary
toHash
toString
static functions
argument
make
templates
ReplaceTrait