vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
HashTablePart.Bucket_size
vox
utils
hash
HashTablePart
Undocumented in source.
enum
Bucket_size
;
mixintemplate
HashTablePart
(KeyBucketT, StoreValues store_values)
static if
(
store_values
)
enum
Bucket_size
=
KeyBucketT.sizeof
+
Value.sizeof
;
enum
Bucket_size
;
Meta
Source
See Source File
vox
utils
hash
HashTablePart
functions
capacity
clear
empty
free
length
remove
manifest constants
Bucket_size
mixins
__anonymous