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