You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The anonymous array & hash struct type with only type settings like struct { Number } and struct { [String] = Number } will be auto sealed and unique, so the system won't generate multi struct types for the same types.
The lshift,rshift,band,bor,bnot,bxor api is added in the System.Toolset, they are generated based on the platform.
Fix The __AutoCache__ attribute for multi thread platform, the result may only be cached when the code processe in the same context and the debug.getgetlocal API is provided.
The __AutoCache__ attribute can be used on method or functions, so the results will be cached for arguments, the func will return the cached value with the same arguments.