ddc ~loc-offset (2022-03-28T17:00:24.1812298)
Dub
Repo
Tinfo
dmd
backend
aarray
A TKey for basic types
nothrow
struct
Tinfo (
K
) {
alias
Key
=
K
;
static
hash_t
getHash
(Key* pk);
static
bool
equals
(Key* pk1, Key* pk2);
}
Members
Aliases
Key
alias
Key
=
K
Undocumented in source.
Static functions
equals
bool
equals
(Key* pk1, Key* pk2)
Undocumented in source. Be warned that the author may not have intended to support it.
getHash
hash_t
getHash
(Key* pk)
Undocumented in source. Be warned that the author may not have intended to support it.
Parameters
K
a basic type
Meta
Source
See Implementation
dmd
backend
aarray
aliases
hash_t
structs
AAchars
AApair
AArray
Tinfo
TinfoChars
TinfoPair
A TKey for basic types