erg_compiler 0.6.3

Centimetre: the Erg compiler
Documentation
1
2
3
4
.cache: |T <: Proc|(user_function: T) -> T
.lru_cache: |T <: Proc|(user_function: T) -> T
.total_ordering: (cls: ClassType) -> ClassType
.reduce: |T: Type|(function!: T => T, iterable: Iterable(T), initializer := T or NoneType) -> T