pub fn map() -> &'static FxHashMap<String, NonNull<*mut u8>>Expand description
Returns a reference to the singleton map for the process, where keys are singleton names and values are pointers to the static singleton pointers.
This function is safe, but may not contain all singletons if it is called before Dantelion2 reflection is initialized by the process.