The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.