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

# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Comparator::Double : interface_t {
version_from SPVM;
required method : int ($a : double, $b : double);
}