# Copyright (c) 2025 Yuki Kimoto
# MIT License

class Callback::Grep::Float : interface_t {
  version_from SPVM;
  
  # Interface Methods
  required method : int ($element : float);
}