composer.composer

Undocumented in source.

Members

Enums

OverflowPolicy
enum OverflowPolicy

An overflow policy controls what the composer will do when it runs out of room.

Manifest constants

runtime
enum runtime;
Undocumented in source.

Structs

Composer
struct Composer(Char, size_t buffSize = runtime, OverflowPolicy policy = OverflowPolicy.assertFalse)

The Composer is a configurable string joiner.

Meta