Skip to content

Instantly share code, notes, and snippets.

@gfldex
Last active May 14, 2019 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfldex/dc47e3c4981cd63543d3e20f3e6b7b5e to your computer and use it in GitHub Desktop.
Save gfldex/dc47e3c4981cd63543d3e20f3e6b7b5e to your computer and use it in GitHub Desktop.
use v6.d;
use lib '.';
use warn-in-add_method-indirect;
Nil.list();
sub EXPORT {
Nil.^add_method('list', method ($self: ){ my $i = 41++; Empty });
Nil.^compose;
%()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment