SelectionsFile

Top level type for dub.selections.json

To support multiple version, we expose a SumType which contains the "real" version being parsed.

Members

Functions

fileVersion
uint fileVersion()

Get the fileVersion of this selection file

Static functions

fromYAML
SelectionsFile fromYAML(ConfigParser!SelectionsFile parser)

Deserialize the selections file according to its version

Variables

content
DataType content;

The content of this selections file

Meta