The OpenD Programming Language

StringMap.length

struct StringMap(T)
@safe pure nothrow @nogc const @property
size_t
length
()
()

Return Value

Type: size_t

number of elements in the table.

Meta