Type Alias JoinTypePrimitive

Source
pub type JoinTypePrimitive = u8;
Expand description

The JoinType and SideType are to mimic a enum, because currently enum is not supported in const generic.