HybridHashMap.borrowedErrorMessage

Undocumented in source.
struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
static immutable
static if(isBorrowChecked)
auto borrowedErrorMessage = "cannot mutate this when it's borrowed";

Meta