fn is_in_front_set()

in src/metrics/arabic.rs [76:78]


fn is_in_front_set(target: &u32) -> bool {
    ARABIC_FRONT_SET.contains(target)
}