pub trait GateIdx: IndexType + Integer + Copy + Send + Sync + TryFrom<usize> + TryFrom<u32> + TryFrom<u16> + Into<GateId<Self>> + Pod { }