Element - ꜝ
- Bitwise Not
Characters:
ꜝ
Description
Performs bitwise not on a number / check if any letters are uppercase / keep only truthy elements of a list
Overloads
num
-~a
str
-any_upper(a)
lst
-keep truthy
Examples
220 ꜝ
=-221
`Hello` ꜝ
=1
⟨``|0|`w`|3⟩ ꜝ
=⟨`w`|3⟩