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

NAME

Sidef::Types::Hash::Hash

DESCRIPTION

This object is ...

SYNOPSIS

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

INHERITS

Inherits methods from:

        * Sidef::Object::Object

METHODS

!=

Obj != Obj -> Obj

Return the

Aliases: ne

+

Obj + Obj -> Obj

Return the

Aliases: merge, concat

:

Obj : Obj -> Obj

Return the

Aliases: new, call

==

Obj == Obj -> Obj

Return the

Aliases: eq

===

Obj === Obj -> Obj

Return the

Aliases: duplicate_of, duplicateOf

add

Hash.add() -> Obj

Return the

Aliases: append

copy

Hash.copy() -> Obj

Return the

default

Hash.default() -> Obj

Return the

delete

Hash.delete() -> Obj

Return the

delete_if

Hash.delete_if() -> Obj

Return the

Aliases: deleteIf

dump

Hash.dump() -> Obj

Return the

each

Hash.each() -> Obj

Return the

Aliases: each_pair

each_key

Hash.each_key() -> Obj

Return the

each_value

Hash.each_value() -> Obj

Return the

exists

Hash.exists() -> Obj

Return the

Aliases: has_key, haskey, contains

flip

Hash.flip() -> Obj

Return the

get

Hash.get() -> Obj

Return the

grep

Hash.grep() -> Obj

Return the

Aliases: select

keys

Hash.keys() -> Obj

Return the

len

Hash.len() -> Obj

Return the

Aliases: length

map_val

Hash.map_val() -> Obj

Return the

Aliases: mapval, mapVal

merge_values

Hash.merge_values() -> Obj

Return the

Aliases: mergeValues

sort_by

Hash.sort_by() -> Obj

Return the

to_a

Hash.to_a() -> Obj

Return the

Aliases: pairs, to_array

values

Hash.values() -> Obj

Return the