lookuptable ~master (2021-02-01T16:46:12Z)
Dub
Repo
LookupByField
schlib
lookup
Undocumented in source.
struct
LookupByField (
K
R
bool
useTruthiness
)
if
(
isRandomAccessRange
!
R
) {
alias
Elem
=
ElementType
!(
R
)
;
static if
(
hasLvalueElements!R
)
inout
(
Elem
)*
opBinaryRight
(const(K) key);
inout
(
Elem
)
opIndex
(const(K) key);
}
Members
Aliases
Elem
alias
Elem
=
ElementType
!(
R
)
Undocumented in source.
Functions
opBinaryRight
inout
(
Elem
)*
opBinaryRight
(const(K) key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout
(
Elem
)
opIndex
(const(K) key)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
schlib
lookup
functions
fieldLookup
indexLookup
structs
LookupByField