Selections.inheritable

Whether this dub.selections.json can be inherited by nested projects without local dub.selections.json

struct Selections(ushort Version)
static if(!(Version == 0))
static if(Version == 1)
@Optional
bool inheritable;

Meta