=head1 NAME XS::Framework::Manual::SVAPI::List - XS::Framework List C++ class reference =head1 List =head2 Overview The purpose of C class is to call subroutines in B, as well as return into perl list instead of array (this is provided by shipped typemap specialization). List is child-class of C, so it basically inherits all Array's methods. List context is applied by: auto list = sub.call(params...); =head1 SEE ALSO L L L L =cut