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_2b - Complex byte multi numeric type

SYNOPSYS

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

DESCRIPTION

SPVM::Complex_2b is Complex byte multi numeric type.