Map.SlotType

Undocumented in source.
struct Map(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
alias SlotType = Tuple!(K, "key", V, "value")

Meta