From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# Copyright (c) 2024 Yuki Kimoto
# MIT License
class Callback::MapExpand : interface_t {
version_from SPVM;
required method : object[] ($element : object);
}