HashCollection.toAA

Convert to D associative array

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

Meta