# Copyright (c) 2023 Yuki Kimoto
# MIT License

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