Home
last modified time | relevance | path

Searched refs:KeyValueTemplate (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Daav.d25 private struct KeyValueTemplate(K,V) in KeyValueTemplate() function
34 alias KeyValue = KeyValueTemplate!(Key, Value);
168 return cast(KeyValueTemplate!(K,V))current.keyValue; in AARange()