TotalContainer.KeyType

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

struct TotalContainer(T)
alias KeyType = T

Meta