Trait SetBuilder
set_encoding
pub trait SetBuilder<T: UInt> { fn add(&mut self, value: T); }
fn add(&mut self, value: T)