erg_compiler 0.6.8-nightly.3

Centimetre: the Erg compiler
Documentation
.Bool: ClassType
.Bool.
    '''
    Same as `not self`.
    '''
    '''erg
    assert False.invert()
    '''
    invert: (self: .Bool) -> .Bool