phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
ByLvalueElement
nxt
open_hashmap
Range over elements of l-value instance of this.
@
safe
static
struct
ByLvalueElement (
SomeMap
) {
SomeMap
.
ElementType
front
();
auto ref
front
();
pragma(
inline
, true)
LvalueElementRef
!(
Unqual
!
SomeMap
)
_elementRef
;
}
Alias This
_elementRef
Members
Functions
front
SomeMap
.
ElementType
front
()
Get reference to front element.
front
auto ref
front
()
Get reference to front element.
Meta
Source
See Implementation
nxt
open_hashmap
aliases
OpenHashSet
enums
isHoleable
functions
byElement
byKey
byKeyValue
byValue
filtered
intersectWith
intersectedWith
removeAllMatching
structs
ByLvalueElement
OpenHashMap
templates
defaultKeyEqualPredOf
variables
isAddress
Range over elements of l-value instance of this.