toStringNs

Convert a namespace stack to a string separated by ::.

@safe
string
toStringNs
(
T
)
(
T ns
)
if (
is(Tx == CppNsStack) ||
is(Tx == CppNs[])
)

Meta