The OpenD Programming Language

TreeMap.opIndex

Supports treeMapkey syntax.

struct TreeMap(K, V, Allocator = Mallocator, alias less = "a < b", bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, size_t cacheLineSize = 64)
inout
opIndex
(
this This
)
(
const K key
)

Throws

RangeError if the key does not exist.

Meta