The OpenD Programming Language

mir.string_map

Ordered string-value associative array

Members

Enums

isStringMap
eponymoustemplate isStringMap(T)

Checks if the type is instance of StringMap.

Structs

StringMap
struct StringMap(T)

Ordered string-value associative array with extremely fast lookup.

Templates

intersectionMap
template intersectionMap(alias merger)
unionMap
template unionMap(alias merger)

Meta