//! Defines the Comparison Generator for the `None` comparison. The `None`
//! Comparison intentionally leaves all split times empty.
use ComparisonGenerator;
use crate::;
/// The Comparison Generator for the None comparison. The None Comparison
/// intentionally leaves all split times empty.
;
/// The short name of this comparison. Suitable for situations where not a lot
/// of space for text is available.
pub const SHORT_NAME: &str = NAME;
/// The name of this comparison.
pub const NAME: &str = "None";