From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678 # Copyright (c) 2023 Yuki Kimoto# MIT Licenseclass Comparator::Int : interface_t { version_from SPVM; required method : int ($a : int, $b : int);}
# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Comparator::Int : interface_t {
version_from SPVM;
required method : int ($a : int, $b : int);
}