byKey

Returns a forward range over the keys of the associative array.

pure nothrow @nogc @safe
byKey
(
T : V[K]
K
V
)
(
T aa
)

Parameters

aa
Type: T

The associative array.

Return Value

Type: auto

A forward range.

Suggestion Box / Bug Report