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.
logger
module std.experimental.logger

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