Skip to main content

check_character_constraints

Function check_character_constraints 

Source
fn check_character_constraints(
    chars: &[Option<String>],
    missing_ok: Option<bool>,
    empty_ok: Option<bool>,
) -> bool
Expand description

Check character-specific constraints: missing (NA) and empty (“”) values.