RadixTree.MK

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.

  1. alias MK = const(Unqual!(U))[]
    struct RadixTree(K, V, A = Mallocator)
    static if(is(K == U[], U))
    alias MK = const(Unqual!(U))[]
  2. alias MK = K

Meta