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

DESCRIPTION

An element from a set

METHODS

$element->key

The key of the item

$element->value

The prepared value of the item, if a prepare method was given (otherwise, this is just the original item)

$element->rank

The rank of the item in the set

$element->position

The position of the item in the set

$element->item

The original, unmodified item from the set

$element->in_before

Indicates that the item is from the before set

$element->in_after

Indicates that the item is from the after set

$element->is_new

Indicates that the item is new