The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SPVM::Arrays - Array Utility

CONSTANT FUNCTIONS

FUNCTIONS

copy_of_byte

  sub copy_of_byte($original : byte[], $new_length : int) : native byte[];

copy_of_short

  sub copy_of_short($original : short[], $new_length : int) : native short[];

copy_of_int

  sub copy_of_int($original : int[], $new_length : int) : native int[];

copy_of_long

  sub copy_of_long($original : long[], $new_length : int) : native long[];

copy_of_float

  sub copy_of_float($original : float[], $new_length : int) : native float[];

copy_of_double

  sub copy_of_double($original : double[], $new_length : int) : native double[];