HybridHashMap.growInPlaceFlag

Is true iff in-place rehashing during growth should be performed.

struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
enum bool growInPlaceFlag;

Meta