GeneratedData

@safe
struct GeneratedData {
Code[Code.Kind] data;
TemplateConfig templateConfig;
FuzzCase[] fuzzCases;
}

Postblit

Copying this object is disabled.

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

make
auto make(Code.Kind kind)

TODO change to a template to be able to handle making _any_ kind of _data_.

Meta