fn is_in_behind_set()

in src/metrics/arabic.rs [81:83]


fn is_in_behind_set(target: &u32) -> bool {
    ARABIC_BEHIND_SET.contains(target)
}