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