# Copyright (c) 2025 Yuki Kimoto
# MIT License

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