Skip to main content

LengthOdd

Type Alias LengthOdd 

Source
pub type LengthOdd = Not<LengthEven>;
Expand description

Checks whether the given value length is odd.

Aliased Typeยง

pub struct LengthOdd { /* private fields */ }