Type Definition hamt::HamtRc [] [src]

type HamtRc<K, V> = Hamt<K, V, RcTrick<K, V>>;