MutableKey.MutableKey

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

Meta