From: Shlomi Fish Date: Tue, 18 May 2010 12:31:41 +0000 (+0300) Subject: Add Perl equivalent for av_exists(). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7ff7ff211d0d5fc593efe5c9d305d197ecb8d86;p=p5sagit%2Fp5-mst-13.2.git Add Perl equivalent for av_exists(). This mentions that it's equivalent to exists($myarray[$key]). Signed-off-by: David Golden --- diff --git a/av.c b/av.c index f915fef..33d5d7b 100644 --- a/av.c +++ b/av.c @@ -885,6 +885,8 @@ Returns true if the element indexed by C has been initialized. This relies on the fact that uninitialized array elements are set to C<&PL_sv_undef>. +Perl equivalent: C. + =cut */ bool