PackageName

Represents a fully-qualified package name

Constructors

this
this(string fn)

Creates a new instance of this struct

Members

Functions

main
PackageName main()

The base package name in which the subpackages may live

opCmp
int opCmp(PackageName other)
opEquals
bool opEquals(PackageName other)
sub
string sub()

The subpackage name, or an empty string if there isn't

toString
string toString()

Human readable representation

Meta