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
        * Sidef::Convert::Convert

METHODS

!=

Obj != Obj -> Obj

Return the

Aliases: ne

+

Obj + Obj -> Obj

Return the

Aliases: merge, concat

...

Obj ... Obj -> Obj

Return the

Aliases: to_list

:

Obj : Obj -> Obj

Return the

Aliases: new, call

==

Obj == Obj -> Obj

Return the

Aliases: eq

add

Hash.add() -> Obj

Return the

Aliases: append

as_tree

Hash.as_tree() -> Obj

Return the

copy

Hash.copy() -> Obj

Return the

count

Hash.count() -> Obj

Return the

Aliases: count_by

delete

Hash.delete() -> Obj

Return the

Aliases: remove

delete_if

Hash.delete_if() -> Obj

Return the

dig

Hash.dig() -> Obj

Return the

dump

Hash.dump() -> Obj

Return the

each

Hash.each() -> Obj

Return the

Aliases: each_kv, each_pair

each_k

Hash.each_k() -> Obj

Return the

Aliases: each_key

each_v

Hash.each_v() -> Obj

Return the

Aliases: each_value

exists

Hash.exists() -> Obj

Return the

Aliases: has_key, contain, include, contains, includes

fetch

Hash.fetch() -> Obj

Return the

flip

Hash.flip() -> Obj

Return the

Aliases: invert, reverse

get_pair

Hash.get_pair() -> Obj

Return the

get_pairs

Hash.get_pairs() -> Obj

Return the

grep

Hash.grep() -> Obj

Return the

Aliases: grep_kv, select

grep_v

Hash.grep_v() -> Obj

Return the

Aliases: grep_val

item

Hash.item() -> Obj

Return the

items

Hash.items() -> Obj

Return the

keys

Hash.keys() -> Obj

Return the

kv

Hash.kv() -> Obj

Return the

Aliases: to_a, pairs, to_array

len

Hash.len() -> Obj

Return the

Aliases: size, length

map

Hash.map() -> Obj

Return the

Aliases: map_kv

map_v

Hash.map_v() -> Obj

Return the

Aliases: map_val

max_by

Hash.max_by() -> Obj

Return the

merge_values

Hash.merge_values() -> Obj

Return the

min_by

Hash.min_by() -> Obj

Return the

same_keys

Hash.same_keys() -> Obj

Return the

set_keys

Hash.set_keys() -> Obj

Return the

slice

Hash.slice() -> Obj

Return the

sort

Hash.sort() -> Obj

Return the

sort_by

Hash.sort_by() -> Obj

Return the

values

Hash.values() -> Obj

Return the