From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

our $VERSION = '0.009';
use Weed 'SFVec2d : X3DField { 0 0 }';
sub x : lvalue { $_[0]->[0] }
sub y : lvalue { $_[0]->[1] }
1;
__END__