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_2s - Complex short multi numeric type

SYNOPSYS

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

DESCRIPTION

SPVM::Complex_2s is Complex short multi numeric type.