erg_compiler 0.6.23

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
.Obj: ClassType
.Obj.
    __dict__: {Str: .Obj}
    __module__: Str
    clone: |T <: .Obj|(self: T) -> T
    __bytes__: (self: .Obj) -> Bytes
    __repr__: (self: .Obj) -> Str
    __sizeof__: (self: .Obj) -> Nat
    __str__: (self: .Obj) -> Str