dalicious.typecons

Some additional generic types.

Members

Functions

tupleOf
auto tupleOf()

Create a tuple of variables using their native names. Mostly works with symbols but not with values (see example).

Structs

BoundedArray
struct BoundedArray(E, size_t maxElements_)

A statically allocated array with up to maxElements elements.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Arne Ludwig <arne.ludwig@posteo.de>