MapIterator.Kref

Kref type alias definition: A dynamic array of the base type of K if K is a static array or K itself otherwise.

  1. alias Kref = Kelement[]
    template MapIterator(V, K = hash_t)
    static if(is(K Kelement : Kelement[]) && !is(K == Kelement[]))
    alias Kref = Kelement[]
  2. alias Kref = K

Meta