The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 # Copyright (c) 2023 Yuki Kimoto# MIT Licenseclass Comparator::String : interface_t { version_from SPVM; required method : int ($a : string, $b : string);}
# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Comparator::String : interface_t {
version_from SPVM;
required method : int ($a : string, $b : string);
}