# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Comparator::String : interface_t {
  required method : int ($a : string, $b : string);
}