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

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.