NAME
Sidef::Object::Enumerator
DESCRIPTION
This class implements ...
SYNOPSIS
var obj = Enumerator(...)
METHODS
each
Enumerator.each() -> Obj
Return the
first
Enumerator.first() -> Obj
Return the
grep
Enumerator.grep() -> Obj
Return the
Aliases: select
len
Enumerator.len() -> Obj
Return the
Aliases: size, length
map
Enumerator.map() -> Obj
Return the
Aliases: collect
new
Enumerator.new() -> Obj
Return the
Aliases: call
to_a
Enumerator.to_a() -> Obj
Return the