StringMap.KeyValue

Represents a key-value pair with a string key and a value of type T.

struct StringMap(T)
static
struct KeyValue {}

Members

Variables

key
string key;
value
T value;