isSomePath

Undocumented in source.
template isSomePath (
PathType
) {}

Members

Manifest constants

isSomePath
enum isSomePath;
Undocumented in source.

Examples

static assert(isSomePath!WindowsPath);
static assert(isSomePath!PosixPath);
static assert(!isSomePath!string);

Meta