PathT.opCast

Convert to bool

struct PathT(C = char)
T
opCast
(
T
)
()
if (
is(T == bool)
)
if (
is(C == char)
)

Meta