SPVM::Callback::Grep::Byte − A Callback Interface for grep_byte Method
Callback::Grep::Byte interface in SPVM is a callback interface for Fn#grep_byte method.
"required method : int ($element : byte);"
If a condition for the element $element is satisfied, returns 1; otherwise returns 0.
Copyright (c) 2024 Yuki Kimoto
MIT License