decodeCxxNestedName

@safe
R
decodeCxxNestedName
(
R
)
if (
isInputRange!R
)

See Also

https://mentorembedded.github.io/cxx-abi/abi.html#mangle.nested-name

Note: Second alternative <template-prefix> <template-args> in <nested-name> is redundant as it is included in <prefix> and is skipped here.

Meta