MutableKey

Keys are stored in a way that they can't be accessed by reference so we allow array (and string) keys to be of mutable type.

Members

Aliases

MutableKey
alias MutableKey = const(Unqual!(typeof(Key.init[0])))[]
Undocumented in source.
MutableKey
alias MutableKey = Key
Undocumented in source.

Meta