Type Definition fmty::types::Infix

source ·
pub type Infix<T, L = T, R = L> = ConcatTuple<(L, T, R)>;
Expand description

See infix().