pub type BinaryLiteral<N, O> = Literals<N, O, 2>;
Expand description

A binary literal operation.