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

class TestCase::Point_3f : mulnum_t {
has x : float;
has y : float;
has z : float;
}