MutableKey.MutableKey

Undocumented in source.
  1. alias MutableKey = const(Unqual!(typeof(Key.init[0])))[]
  2. alias MutableKey = Key
    template MutableKey(Key)
    static if(!(isArray!Key))
    alias MutableKey = Key

Meta