Module strontium::memory

source ·

Structs

A generic, very low-level structure for data and code storage. It has no concept of numbers or strings. Instead, it manipulates an array of bits. The basic operations can be used to store numbers or strings, compose methods like addition, multiplication, etc. This makes the module really versatile.

Type Definitions