The search functionality needs JavaScript enabled
API documentation
Module Description
va_toolbox.bmp_image
Simple class to write BMP (RIFF) files. Only a subset is supported.
Loading of BMP files might be added later.
va_toolbox.hashed_enum
This modules provides code to declare enumeration with hashed values instead of usual
numeration starting from 0 to n .
va_toolbox.hexdumps
This module contains support for hexdumps and diffs.
va_toolbox.linked_list
Implementation of the Amiga linked lists in D
va_toolbox.memory
Implementation of an Amiga-style memory allocator
va_toolbox.rgbpixel
This module defines a 3 byte GBR pixel.
va_toolbox.wav_audio
This module provides functionality to generate and write audio data in
the WAV file format. It supports various integer and floating-point types
by converting them to a suitable WAV format.