diff options
author | kleines Filmröllchen <filmroellchen@serenityos.org> | 2022-03-07 15:10:10 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-31 12:06:13 +0200 |
commit | bcb893789862380cd9199915c205d8986c3dc407 (patch) | |
tree | 321023875a01d6d2ec9b47222b89b785f8f724a7 /AK/StdLibExtraDetails.h | |
parent | 7d667b9f69774a688c26a0a05acc45f9b9efd86c (diff) | |
download | serenity-bcb893789862380cd9199915c205d8986c3dc407.zip |
AK: Merge HashTable bucket state into one enum
The hash table buckets had three different state booleans that are in
fact exclusive. In preparation for further states, this commit
consolidates them into one enum. This has the added benefit on not
relying on the compiler's boolean packing anymore; we definitely now
only need one byte for the bucket state.
Diffstat (limited to 'AK/StdLibExtraDetails.h')
0 files changed, 0 insertions, 0 deletions