erg_compiler 0.6.23

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
.Struct: ClassType
.Struct.
    __call__: (format: Str) -> .Struct
    format: Str
    size: Nat
    pack: (self: .Struct, *values: Obj) -> Bytes
    unpack: (self: .Struct, bytes: Bytes) -> Obj

.pack: (format: Str, *values: Obj) -> Bytes
.unpack: (format: Str, bytes: Bytes) -> Obj
.calcsize: (format: Str) -> Nat