Path.empty

Is this path equal to empty string?

struct Path(C = char)
@property
bool
empty
()
if (
is(C == char)
)

Meta