Skip to content

AllPoints( )

Alex-Kent edited this page Apr 4, 2019 · 2 revisions

@all_points = $index->AllPoints( );
$all_points = $index->AllPoints( );
Returns all points currently in index


Return value

In list context the return value is a list of references to all points in the index or an empty array if there are no points in the index.

In scalar context the return value is a reference to the aforementioned list or a reference to an empty list if there are no points in the index.


Added in 0.0.5