func scalar_is_control(scalar: Int) -> BoolReturns true when the scalar has Unicode general category Cc.View Sourcepub func scalar_is_control(scalar: Int) -> Bool { _has_property(scalar: scalar, bit: 128) }