func scalar_is_digit(scalar: Int) -> BoolTests whether Unicode assigns the scalar decimal or digit numeric status.View Sourcepub func scalar_is_digit(scalar: Int) -> Bool { _has_property(scalar: scalar, bit: 16) }