pub trait TaffyZero { const ZERO: Self; }
Trait to abstract over zero values
The zero value for type implementing TaffyZero