phobos-next ~master (2025-12-19T22:07:52.6441088)
Dub
Repo
isTrieableKeyType.isTrieableKeyType
nxt
container
trie
isTrieableKeyType
Undocumented in source.
enum
isTrieableKeyType
;
template
isTrieableKeyType
(T)
static if
(
is(T == struct)
)
enum
isTrieableKeyType
=
allSatisfy
!(
isScalarTrieableKeyType
,
typeof
(
T.tupleof
))
;
enum
isTrieableKeyType
;
Meta
Source
See Source File
nxt
container
trie
isTrieableKeyType
manifest constants
isTrieableKeyType