Get the full package name for the given symbol.
static assert(packageName!packageName == "std");
static assert(packageName!moduleName == "std");
See Implementation
Get the full package name for the given symbol.