func scalar_is_uppercase(scalar: Int) -> BoolTests the scalar against Unicode's Uppercase property.View Sourcepub func scalar_is_uppercase(scalar: Int) -> Bool { _has_property(scalar: scalar, bit: 2) }