From 941f2f38259a2fa17ca703554d5158c5435d7fc5 Mon Sep 17 00:00:00 2001 From: Felipe Gasper Date: Fri, 25 Sep 2020 08:57:02 -0400 Subject: Add POD for AvARRAY. --- av.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/av.h b/av.h index 56e22818bf..8466dc17f4 100644 --- a/av.h +++ b/av.h @@ -53,6 +53,12 @@ If the array C is empty, this returns -1; otherwise it returns the maximum value of the indices of all the array elements which are currently defined in C. It does not handle magic, hence the C

private indication in its name. +=for apidoc Am|SV**|AvARRAY|AV* av +Returns a pointer to the AV's internal SV* array. + +This is useful for doing pointer arithmetic on the array. +If all you need is to look up an array element, then prefer C. + =cut */ -- cgit v1.2.1