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

NAME

Sidef::Types::Set::Set

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Set(...)

INHERITS

Inherits methods from:

       * Sidef::Types::Hash::Hash

METHODS

&

Obj & Obj -> Obj

Return the

Aliases: , and, intersection

+

Obj + Obj -> Obj

Return the

Aliases: concat

-

Obj - Obj -> Obj

Return the

Aliases: , sub, diff, difference

...

Obj ... Obj -> Obj

Return the

Aliases: to_list

<<

Obj << Obj -> Obj

Return the

Aliases: add, push, append

^

Obj ^ Obj -> Obj

Return the

Aliases: xor, symdiff, symmetric_difference

all

Set.all() -> Obj

Return the

any

Set.any() -> Obj

Return the

collect

Set.collect() -> Obj

Return the

contains_all

Set.contains_all() -> Obj

Return the

count

Set.count() -> Obj

Return the

count_by

Set.count_by() -> Obj

Return the

delete

Set.delete() -> Obj

Return the

Aliases: remove, discard

delete_first_if

Set.delete_first_if() -> Obj

Return the

delete_if

Set.delete_if() -> Obj

Return the

dump

Set.dump() -> Obj

Return the

each

Set.each() -> Obj

Return the

each_2d

Set.each_2d() -> Obj

Return the

Aliases: each_2D

grep

Set.grep() -> Obj

Return the

Aliases: select

grep_2d

Set.grep_2d() -> Obj

Return the

Aliases: grep_2D

iter

Set.iter() -> Obj

Return the

join

Set.join() -> Obj

Return the

map

Set.map() -> Obj

Return the

map_2d

Set.map_2d() -> Obj

Return the

Aliases: map_2D

max

Set.max() -> Obj

Return the

max_by

Set.max_by() -> Obj

Return the

min

Set.min() -> Obj

Return the

min_by

Set.min_by() -> Obj

Return the

new

Set.new() -> Obj

Return the

Aliases: call

none

Set.none() -> Obj

Return the

pop

Set.pop() -> Obj

Return the

shift

Set.shift() -> Obj

Return the

sort

Set.sort() -> Obj

Return the

sort_by

Set.sort_by() -> Obj

Return the

to_a

Set.to_a() -> Obj

Return the

Aliases: values, to_array

to_bag

Set.to_bag() -> Obj

Return the

to_set

Set.to_set() -> Obj

Return the

|

Obj | Obj -> Obj

Return the

Aliases: , or, union

Obj Obj -> Obj

Return the

Aliases: has, exists, has_key, haskey, contain, include, contains, includes

Obj Obj -> Obj

Return the

Obj Obj -> Obj

Return the

Obj Obj -> Obj

Return the

Aliases: , <=, is_subset

Obj Obj -> Obj

Return the

Aliases: , >=, is_superset