Implement PackedOption to address #19.
The PackedOption<T> struct uses the same amount of memory as T, but can represent None via a reserved value.
This commit is contained in:
@@ -24,3 +24,4 @@ mod constant_hash;
|
||||
mod predicates;
|
||||
mod legalizer;
|
||||
mod ref_slice;
|
||||
mod packed_option;
|
||||
|
||||
Reference in New Issue
Block a user