Skip to main content

satisfies_floor

Function satisfies_floor 

Source
pub fn satisfies_floor(running: &str, floor: &str) -> Option<bool>
Expand description

Does running satisfy a declared floor?

None when either side is unparseable — the caller should say so rather than treat “cannot tell” as either satisfied or violated.