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