erg_compiler 0.6.3

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.SSLContext: ClassType
.create_default_context!: () => .SSLContext

.SSLError: ClassType

.SSLSocket: ClassType
.SSLSocket <: FileLike!

.rand_bytes! = 'RAND_bytes': (num: Nat,) => Bytes
.rand_pseudo_bytes! = 'RAND_pseudo_bytes': (num: Nat,) => Bytes
.rand_status! = 'RAND_status': () => Bool
.rand_add! = 'RAND_add': (bytes: Bytes, entropy: Float,) => NoneType