The OpenD Programming Language

TotalContainer.KeyType

If the container has a notion of key-value mapping, KeyType defines the type of the key of the container.

import std.container;
struct TotalContainer(T)
alias KeyType = T

Meta