The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sidef::Types::Array::Pair

DESCRIPTION

This object is ...

SYNOPSIS

var obj = Pair.new(...);

INHERITS

Inherits methods from:

        * Sidef::Types::Array::Array

METHODS

dump

Pair.dump() -> Obj

Return the

key

Pair.key() -> Obj

Return the

Aliases: first

new

Pair.new() -> Obj

Return the

Aliases: call

swap

Pair.swap() -> Obj

Return the

to_a

Pair.to_a() -> Obj

Return the

Aliases: to_array

to_h

Pair.to_h() -> Obj

Return the

Aliases: to_hash

value

Pair.value() -> Obj

Return the

Aliases: second