The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

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