We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275d368 commit fe7d7edCopy full SHA for fe7d7ed
hv.c
@@ -2172,8 +2172,8 @@ S_hv_auxinit(pTHX_ HV *hv) {
2172
=for apidoc hv_iterinit
2173
2174
Prepares a starting point to traverse a hash table. Returns the number of
2175
-keys in the hash (i.e. the same as C<HvUSEDKEYS(hv)>). The return value is
2176
-currently only meaningful for hashes without tie magic.
+keys in the hash, including placeholders (i.e. the same as C<HvTOTALKEYS(hv)>).
+The return value is currently only meaningful for hashes without tie magic.
2177
2178
NOTE: Before version 5.004_65, C<hv_iterinit> used to return the number of
2179
hash buckets that happen to be in use. If you still need that esoteric
0 commit comments