The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Erlang::Parser::Node::Tuple - a tuple of items

DESCRIPTION

A set number of items; if you need something with variable length, use lists.

Accessors

elems

The Erlang::Parser::Nodes which make up the tuple's elements.

Methods

print

Pretty-prints the node to its filehandle argument.

EXAMPLE

        {1, 2, 3}