lu.common

Functionality generic enough to be used in several places.

Members

Classes

FileExistsException
class FileExistsException

Exception, to be thrown when attempting to create a file or directory and finding that one already exists with the same name.

FileTypeMismatchException
class FileTypeMismatchException

Exception, to be thrown when attempting to access a file or directory and finding that something with the that name exists, but is of an unexpected type.

ReturnValueException
class ReturnValueException

Exception, to be thrown when an executed command returns an error value.

Enums

Next
enum Next

Enum of flags carrying the meaning of "what to do next".

Functions

sharedDomains
auto sharedDomains(string one, string other, Flag!"caseSensitive" caseSensitive)

Calculates how many dot-separated suffixes two strings share.

Meta