Package-level declarations

Types

Link copied to clipboard
class Symbol(val symbol: String)

A symbol class that is used to define unique constants that are self-explanatory in debugger.

Properties

Link copied to clipboard

This is a work-around for having nested nulls in generic code. This allows for writing faster generic code instead of using Option. This is only used as an optimisation technique in low-level code.