Trait aoc_bitvec::BitVecNative
source · pub trait BitVecNative {
const BITS: u32;
// Required methods
fn encode(self) -> usize;
fn decode(encoded: usize) -> Self;
}
Expand description
Trait for items which know how to encode themselves for storing in a BitVec