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

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