* ``` pub enum Const2 { Empty, Trits([Trit; 16]), Vec(Vec) } pub enum Value2 { Empty, Net(Net), Const(Const2), Vec(Vec), } ```