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 "_HASH0" function is intended to be imported into your package, and
provides a convenient way to test for a raw and unblessed "HASH"
reference, regardless of the "HASH" content.
The same applies to _HASH, _ARRAY, and _ARRAY0. Looking at the XS, it appears that it should also check ! sv_isobject(ref) for all of these just as done for the _SCALAR0 XS.
_HASH0 says:
And yet:
Compared with the pure perl version:
The text was updated successfully, but these errors were encountered: