Module beamui.core.collections

Collection types.

Import line

import beamui.core.collections;

Classes

NameDescription
ObservableList Array with ability to track its changes via beforeChange and afterChange signals.

Structs

NameDescription
Buf Lightweight @nogc dynamic array for memory reuse and fast appending.
Collection Array-based collection, that provides a set of useful operations and handles object ownership.

Enums

NameDescription
ListChange List change kind