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

NAME

SPVM::Complex_2l - Complex long multi numeric type

SYNOPSYS

  my $z : SPVM::Complex_2l;
  $z->{x} = 1;
  $z->{y} = 2;
  

DESCRIPTION

SPVM::Complex_2l is Complex long multi numeric type.