phobos-next v0.3.7 (2020-07-28T23:34:39Z)
Home
Dub
Repo
isHashable
nxt
container_traits
Is
true
iff
T
can be put in a hashset or hashmap.
@
safe
template
isHashable (
T
) {
import
std
.
traits
:
hasAliasing
;
;
@
safe
enum
isHashable
;
}
Members
Manifest constants
isHashable
enum
isHashable
;
Undocumented in source.
Meta
Source
See Implementation
nxt
container_traits
functions
makeInitZeroArray
templates
ContainerElementType
hasElaborateDestructorNew
isAddress
isHashable
isSet
isSetOf
needsMove
Is true iff T can be put in a hashset or hashmap.