phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
TypesafelyIndexed
nxt
typecons_ex
Undocumented in source.
template
TypesafelyIndexed (
R
)
if
(
hasIndexing
!
R
) {
alias
TypesafelyIndexed
=
IndexedBy
!(
R
,
"Index"
)
;
}
Members
Aliases
TypesafelyIndexed
alias
TypesafelyIndexed
=
IndexedBy
!(
R
,
"Index"
)
Undocumented in source.
Meta
Source
See Implementation
nxt
typecons_ex
enums
hasIndexing
isCastableTo
isIndex
isIndexableBy
functions
enumToString
indexedBy
nullable
nullableRef
strictlyIndexed
mixin templates
RvalueRef
structs
IndexedArray
IndexedBy
templates
New
TypesafelyIndexed
makeEnumFromSymbolNames