Software.lname

Lowercase name of the software.

struct Software
enum string lname;

Examples

assert(Software.name.toLower == Software.lname);

Meta