HashCollection.toAA

Convert to D associative array

  1. const(LookupValue[K]) toAA()
    struct HashCollection(K, V, bool ordered, bool multi)
    const
    static if(!ordered)
    const(LookupValue[K])
    toAA
    ()
  2. LookupValue[K] toAA()

Meta