discord test stars

About

System services in the Mys programming language.

Project: https://github.com/mys-lang/package-sys

API

class Statistics:
    Various application statistics.

    number_of_allocated_objects: u64
    number_of_object_decrements: u64
    number_of_object_frees: u64
func exit(code: i32):
func statistics() -> Statistics:
    Various statistics about the application.