Value.is_dynamic

Tells if the values are of dynamic size; if not, they are of fixed size.

template Value(size_t ValueSize)
static immutable
auto is_dynamic = !ValueSize;

Meta