mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-23 04:55:24 +00:00
9 lines
144 B
Python
9 lines
144 B
Python
.Bool: ClassType
|
|
.Bool.
|
|
'''
|
|
Same as `not self`.
|
|
'''
|
|
'''erg
|
|
assert False.invert()
|
|
'''
|
|
invert: (self: .Bool) -> .Bool
|