The OpenD Programming Language

std.experimental

Modules

allocator
module std.experimental.allocator

High-level interface for allocators. Implements bundled allocation/creation and destruction/deallocation of data including structs and classes, and also array primitives related to allocation. This module is the entry point for both making use of allocators and for their documentation.

checkedint
module std.experimental.checkedint
Undocumented in source.
color
module std.experimental.color

This package defines human-visible colors in various formats.

logger
module std.experimental.logger

This module is now deprecated, use std.logger instead.

normint
module std.experimental.normint

This module implements support for normalized integers.