phobos-next v0.5.1 (2022-12-21T17:07:30Z)
Home
Dub
Repo
ByLvalueElement
nxt
container
hybrid_hashmap
Range over elements of l-value instance of this.
@
safe
static
struct
ByLvalueElement (
SomeMap
) {
static if
(
isAddress!(SomeMap.ElementType)
)
SomeMap
.
ElementType
front
[@property getter];
static if
(!(
isAddress!(SomeMap.ElementType)
))
auto ref
front
[@property getter];
import
core
.
internal
.
traits
:
Unqual
;
;
pragma(
inline
, true) public
LvalueElementRef
!(
Unqual
!
SomeMap
)
_elementRef
;
}
Alias This
_elementRef
Members
Properties
front
SomeMap
.
ElementType
front
[@property getter]
Get reference to front element.
front
auto ref
front
[@property getter]
Get reference to front element.
Variables
_elementRef
LvalueElementRef
!(
Unqual
!
SomeMap
)
_elementRef
;
Undocumented in source.
Meta
Source
See Implementation
nxt
container
hybrid_hashmap
aliases
HybridHashSet
range
enums
PrimeCapacityFlag
isHoleable
functions
byElement
byKey
byKeyValue
byValue
filtered
intersectWith
intersectedWith
make
removeAllMatching
structs
ByLvalueElement
HybridHashMap
templates
defaultKeyEqualPredOf
variables
isAddress
Range over elements of l-value instance of this.