Capture - Perl 6 Capture class
This file sets up the Perl 6 Capture
class.
- !create
- Creates a capture.
- get_pmc_keyed (vtable method)
- Gets the given item from the capture.
- XXX Contains workaround until we get keyed_int in place in PCT.
- item (method)
- Gets the invocant part of the capture.
- list (method)
- Gets the positional part of the capture.
- hash (method)
- Gets the named part of the capture.