func scalar_is_cased(scalar: Int) -> BoolTests Unicode's derived Cased property used by case conversion.View Sourcepub func scalar_is_cased(scalar: Int) -> Bool { _has_property(scalar: scalar, bit: 512) }