Selections

A specific version of the selections file

Currently, only two instantiations of this struct are possible: - Selections!0 is an invalid/unsupported version; - Selections!1 is the most widespread version;

Members

Variables

fileVersion
uint fileVersion;
versions
SelectedDependency[string] versions;

The selected package and their matching versions

Meta