"vscode:/vscode.git/clone" did not exist on "29c8cf011657e9f95551be20b20de06c7f7f947d"
Add RM_ModuleTypeReplaceValue.
This is a light-weight replace function, useful for use cases such as realloc()ing an existing value, etc. Using RM_ModuleTypeSetValue() in such cases is wasteful and complex as it attempts to delete the old value, call its destructor, etc.
Please register or sign in to comment