public static implicit operator byte(Digit d) => d.digit; public static explicit operator Digit(byte b) => new Digit(b);