Skip to content

Commit

Permalink
av.h: more apidoc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
richardleach committed Aug 23, 2021
1 parent 3e06d5f commit e07f943
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions av.h
Expand Up @@ -121,8 +121,10 @@ This might be called directly:
Or it might be called implicitly when the first element is stored:
(void)av_store(av, 0, sv);
Unused array elements are typically initialized by C<av_extend>, but this
is undesirable and will not be the case for some specific arrays.
Unused array elements are typically initialized by C<av_extend>. (Only
core maintainers should have need to concern themseleves with when that
is not the case. Refer to F<av.h> and F<av.c> for the differences between
real and fake AVs.)
In contrast, when an AV is created for immediate population with a known
(or likely) number of elements, it is more efficient to immediately
Expand Down

0 comments on commit e07f943

Please sign in to comment.