LinkedHashMap.byKey

Returns a delegate suitable for use as a ForeachAggregate to a ForeachStatement which will iterate over the keys of the LinkedHashMap.

struct LinkedHashMap(Key, Value)
@property pure nothrow @safe
byKey
()

Meta