RList (REnum v0.8.0)
Entry point of List extensions, and can use all of RList.* and REnum functions. See also.
Link to this section Summary
Functions
See REnum.all?/1.
See REnum.any?/1.
See REnum.at/2.
See REnum.chain/1.
See REnum.count/1.
See REnum.dedup/1.
See List.first/1.
See REnum.join/1.
See List.last/1.
See REnum.lazy/1.
See REnum.many?/1.
See REnum.max/1.
See REnum.min/1.
See REnum.none?/1.
See REnum.one?/1.
See REnum.sole/1.
See REnum.sort/1.
See REnum.sum/1.
See REnum.tally/1.
See REnum.to_a/1.
See REnum.to_h/1.
See REnum.to_l/1.
See REnum.unzip/1.
See List.wrap/1.
See List.zip/1.
Link to this section Functions
all?(arg1)
See REnum.all?/1.
all?(arg1, arg2)
See REnum.all?/2.
all_combination(arg1, arg2)
all_combination(arg1, arg2, arg3)
any?(arg1)
See REnum.any?/1.
any?(arg1, arg2)
See REnum.any?/2.
append(arg1, arg2)
See RList.Ruby.append/2.
ascii_printable?(arg1)
ascii_printable?(arg1, arg2)
assoc(arg1, arg2)
See RList.Ruby.assoc/2.
at(arg1, arg2)
See REnum.at/2.
at(arg1, arg2, arg3)
See REnum.at/3.
chain(arg1)
See REnum.chain/1.
chain(arg1, arg2)
See REnum.chain/2.
chunk_by(arg1, arg2)
See REnum.chunk_by/2.
chunk_every(arg1, arg2)
See REnum.chunk_every/2.
chunk_every(arg1, arg2, arg3)
See REnum.chunk_every/3.
chunk_every(arg1, arg2, arg3, arg4)
See REnum.chunk_every/4.
chunk_while(arg1, arg2, arg3, arg4)
See REnum.chunk_while/4.
clear(arg1)
See RList.Ruby.clear/1.
collect(arg1, arg2)
See REnum.collect/2.
collect_concat(arg1, arg2)
combination(arg1, arg2)
combination(arg1, arg2, arg3)
compact(arg1)
See REnum.compact/1.
compact_blank(arg1)
concat(arg1)
See REnum.concat/1.
concat(arg1, arg2)
See REnum.concat/2.
count(arg1)
See REnum.count/1.
count(arg1, arg2)
See REnum.count/2.
count_until(arg1, arg2)
See REnum.count_until/2.
count_until(arg1, arg2, arg3)
See REnum.count_until/3.
cycle(arg1, arg2, arg3)
See REnum.cycle/3.
dedup(arg1)
See REnum.dedup/1.
dedup_by(arg1, arg2)
See REnum.dedup_by/2.
delete(arg1, arg2)
See List.delete/2.
delete_at(arg1, arg2)
See List.delete_at/2.
delete_if(arg1, arg2)
detect(arg1, arg2)
See REnum.detect/2.
detect(arg1, arg2, arg3)
See REnum.detect/3.
difference(arg1, arg2)
dig(arg1, arg2)
See RList.Ruby.dig/2.
dig(arg1, arg2, arg3)
See RList.Ruby.dig/3.
drop(arg1, arg2)
See REnum.drop/2.
drop_every(arg1, arg2)
See REnum.drop_every/2.
drop_while(arg1, arg2)
See REnum.drop_while/2.
duplicate(arg1, arg2)
See List.duplicate/2.
each(arg1, arg2)
See REnum.each/2.
each_cons(arg1, arg2, arg3)
See REnum.each_cons/3.
each_entry(arg1, arg2)
See REnum.each_entry/2.
each_index(arg1, arg2)
each_slice(arg1, arg2)
See REnum.each_slice/2.
each_slice(arg1, arg2, arg3)
See REnum.each_slice/3.
each_with_index(arg1)
each_with_index(arg1, arg2)
each_with_object(arg1, arg2, arg3)
empty?(arg1)
See REnum.empty?/1.
entries(arg1)
See REnum.entries/1.
eql?(arg1, arg2)
See RList.Ruby.eql?/2.
exclude?(arg1, arg2)
See REnum.exclude?/2.
excluding(arg1, arg2)
See REnum.excluding/2.
fetch(arg1, arg2)
See REnum.fetch/2.
fetch!(arg1, arg2)
See REnum.fetch!/2.
fifth(arg1)
fill(arg1, arg2)
See RList.Ruby.fill/2.
fill(arg1, arg2, arg3)
See RList.Ruby.fill/3.
filter(arg1, arg2)
See REnum.filter/2.
find(arg1, arg2)
See REnum.find/2.
find(arg1, arg2, arg3)
See REnum.find/3.
find_all(arg1, arg2)
See REnum.find_all/2.
find_index(arg1, arg2)
See REnum.find_index/2.
find_index_with_index(arg1, arg2)
find_value(arg1, arg2)
See REnum.find_value/2.
find_value(arg1, arg2, arg3)
See REnum.find_value/3.
first(arg1)
See List.first/1.
first(arg1, arg2)
See List.first/2.
flat_map(arg1, arg2)
See REnum.flat_map/2.
flat_map_reduce(arg1, arg2, arg3)
flatten(arg1)
See List.flatten/1.
flatten(arg1, arg2)
See List.flatten/2.
foldl(arg1, arg2, arg3)
See List.foldl/3.
foldr(arg1, arg2, arg3)
See List.foldr/3.
forty_two(arg1)
fourth(arg1)
frequencies(arg1)
See REnum.frequencies/1.
frequencies_by(arg1, arg2)
from(arg1, arg2)
grep(arg1, arg2)
See REnum.grep/2.
grep(arg1, arg2, arg3)
See REnum.grep/3.
grep_v(arg1, arg2)
See REnum.grep_v/2.
grep_v(arg1, arg2, arg3)
See REnum.grep_v/3.
group_by(arg1, arg2)
See REnum.group_by/2.
group_by(arg1, arg2, arg3)
See REnum.group_by/3.
improper?(arg1)
See List.improper?/1.
in_groups(arg1, arg2)
in_groups(arg1, arg2, arg3)
in_groups_of(arg1, arg2)
in_groups_of(arg1, arg2, arg3)
in_order_of(arg1, arg2, arg3)
See REnum.in_order_of/3.
include?(arg1, arg2)
See REnum.include?/2.
including(arg1, arg2)
See REnum.including/2.
index(arg1, arg2)
See RList.Ruby.index/2.
index_by(arg1, arg2)
See REnum.index_by/2.
index_with(arg1, arg2)
See REnum.index_with/2.
inject(arg1, arg2)
See REnum.inject/2.
inject(arg1, arg2, arg3)
See REnum.inject/3.
insert(arg1, arg2, arg3)
See RList.Ruby.insert/3.
insert_at(arg1, arg2, arg3)
See List.insert_at/3.
inspect(arg1)
See RList.Ruby.inspect/1.
intersect?(arg1, arg2)
intersection(arg1, arg2)
intersperse(arg1, arg2)
See REnum.intersperse/2.
into(arg1, arg2)
See REnum.into/2.
into(arg1, arg2, arg3)
See REnum.into/3.
join(arg1)
See REnum.join/1.
join(arg1, arg2)
See REnum.join/2.
keep_if(arg1, arg2)
See RList.Ruby.keep_if/2.
keydelete(arg1, arg2, arg3)
See List.keydelete/3.
keyfind(arg1, arg2, arg3)
See List.keyfind/3.
keyfind(arg1, arg2, arg3, arg4)
See List.keyfind/4.
keyfind!(arg1, arg2, arg3)
See List.keyfind!/3.
keymember?(arg1, arg2, arg3)
See List.keymember?/3.
keyreplace(arg1, arg2, arg3, arg4)
See List.keyreplace/4.
keysort(arg1, arg2)
See List.keysort/2.
keystore(arg1, arg2, arg3, arg4)
See List.keystore/4.
keytake(arg1, arg2, arg3)
See List.keytake/3.
last(arg1)
See List.last/1.
last(arg1, arg2)
See List.last/2.
lazy(arg1)
See REnum.lazy/1.
length(arg1)
See RList.Ruby.length/1.
list_and_not_keyword?(arg1)
many?(arg1)
See REnum.many?/1.
many?(arg1, arg2)
See REnum.many?/2.
map(arg1, arg2)
See REnum.map/2.
map_and_not_range?(arg1)
map_every(arg1, arg2, arg3)
See REnum.map_every/3.
map_intersperse(arg1, arg2, arg3)
map_join(arg1, arg2)
See REnum.map_join/2.
map_join(arg1, arg2, arg3)
See REnum.map_join/3.
map_reduce(arg1, arg2, arg3)
See REnum.map_reduce/3.
match_function(arg1)
max(arg1)
See REnum.max/1.
max(arg1, arg2)
See REnum.max/2.
max(arg1, arg2, arg3)
See REnum.max/3.
max_by(arg1, arg2)
See REnum.max_by/2.
max_by(arg1, arg2, arg3)
See REnum.max_by/3.
max_by(arg1, arg2, arg3, arg4)
See REnum.max_by/4.
maximum(arg1, arg2)
See REnum.maximum/2.
member?(arg1, arg2)
See REnum.member?/2.
min(arg1)
See REnum.min/1.
min(arg1, arg2)
See REnum.min/2.
min(arg1, arg2, arg3)
See REnum.min/3.
min_by(arg1, arg2)
See REnum.min_by/2.
min_by(arg1, arg2, arg3)
See REnum.min_by/3.
min_by(arg1, arg2, arg3, arg4)
See REnum.min_by/4.
min_max(arg1)
See REnum.min_max/1.
min_max(arg1, arg2)
See REnum.min_max/2.
min_max_by(arg1, arg2)
See REnum.min_max_by/2.
min_max_by(arg1, arg2, arg3)
See REnum.min_max_by/3.
min_max_by(arg1, arg2, arg3, arg4)
See REnum.min_max_by/4.
minimum(arg1, arg2)
See REnum.minimum/2.
minmax(arg1)
See REnum.minmax/1.
minmax(arg1, arg2)
See REnum.minmax/2.
minmax_by(arg1, arg2)
See REnum.minmax_by/2.
minmax_by(arg1, arg2, arg3)
See REnum.minmax_by/3.
minmax_by(arg1, arg2, arg3, arg4)
See REnum.minmax_by/4.
myers_difference(arg1, arg2)
myers_difference(arg1, arg2, arg3)
new(arg1)
See RList.Support.new/1.
new(arg1, arg2)
See RList.Support.new/2.
none?(arg1)
See REnum.none?/1.
none?(arg1, arg2)
See REnum.none?/2.
one?(arg1)
See REnum.one?/1.
one?(arg1, arg2)
See REnum.one?/2.
permutation(arg1)
permutation(arg1, arg2)
pick(arg1, arg2)
See REnum.pick/2.
pluck(arg1, arg2)
See REnum.pluck/2.
pop(arg1)
See RList.Ruby.pop/1.
pop(arg1, arg2)
See RList.Ruby.pop/2.
pop_at(arg1, arg2)
See List.pop_at/2.
pop_at(arg1, arg2, arg3)
See List.pop_at/3.
prepend(arg1)
See RList.Ruby.prepend/1.
prepend(arg1, arg2)
See RList.Ruby.prepend/2.
product(arg1)
See REnum.product/1.
push(arg1, arg2)
See RList.Ruby.push/2.
random(arg1)
See REnum.random/1.
range?(arg1)
See REnum.range?/1.
rassoc(arg1, arg2)
See RList.Ruby.rassoc/2.
reduce(arg1, arg2)
See REnum.reduce/2.
reduce(arg1, arg2, arg3)
See REnum.reduce/3.
reduce_while(arg1, arg2, arg3)
See REnum.reduce_while/3.
reject(arg1, arg2)
See REnum.reject/2.
repeated_combination(arg1, arg2)
repeated_combination(arg1, arg2, arg3)
repeated_permutation(arg1, arg2)
replace_at(arg1, arg2, arg3)
See List.replace_at/3.
reverse(arg1)
See REnum.reverse/1.
reverse(arg1, arg2)
See REnum.reverse/2.
reverse_each(arg1, arg2)
See REnum.reverse_each/2.
reverse_slice(arg1, arg2, arg3)
rindex(arg1, arg2)
See RList.Ruby.rindex/2.
rotate(arg1)
See RList.Ruby.rotate/1.
rotate(arg1, arg2)
See RList.Ruby.rotate/2.
sample(arg1)
See RList.Ruby.sample/1.
sample(arg1, arg2)
See RList.Ruby.sample/2.
scan(arg1, arg2)
See REnum.scan/2.
scan(arg1, arg2, arg3)
See REnum.scan/3.
second(arg1)
second_to_last(arg1)
select(arg1, arg2)
See REnum.select/2.
shift(arg1)
See RList.Ruby.shift/1.
shift(arg1, arg2)
See RList.Ruby.shift/2.
shuffle(arg1)
See REnum.shuffle/1.
size(arg1)
See RList.Ruby.size/1.
slice(arg1, arg2)
See REnum.slice/2.
slice(arg1, arg2, arg3)
See REnum.slice/3.
slice_after(arg1, arg2)
See REnum.slice_after/2.
slice_before(arg1, arg2)
See REnum.slice_before/2.
slice_when(arg1, arg2)
See REnum.slice_when/2.
slide(arg1, arg2, arg3)
See REnum.slide/3.
sole(arg1)
See REnum.sole/1.
sort(arg1)
See REnum.sort/1.
sort(arg1, arg2)
See REnum.sort/2.
sort_by(arg1, arg2)
See REnum.sort_by/2.
sort_by(arg1, arg2, arg3)
See REnum.sort_by/3.
split(arg1, arg2)
See REnum.split/2.
split_while(arg1, arg2)
See REnum.split_while/2.
split_with(arg1, arg2)
See REnum.split_with/2.
starts_with?(arg1, arg2)
See List.starts_with?/2.
sum(arg1)
See REnum.sum/1.
take(arg1, arg2)
See REnum.take/2.
take_every(arg1, arg2)
See REnum.take_every/2.
take_random(arg1, arg2)
See REnum.take_random/2.
take_while(arg1, arg2)
See REnum.take_while/2.
tally(arg1)
See REnum.tally/1.
third(arg1)
third_to_last(arg1)
to(arg1, arg2)
to_a(arg1)
See REnum.to_a/1.
to_ary(arg1)
See RList.Ruby.to_ary/1.
to_atom(arg1)
See List.to_atom/1.
to_charlist(arg1)
See List.to_charlist/1.
to_default_s(arg1)
to_existing_atom(arg1)
to_float(arg1)
See List.to_float/1.
to_h(arg1)
See REnum.to_h/1.
to_h(arg1, arg2)
See REnum.to_h/2.
to_integer(arg1)
See List.to_integer/1.
to_integer(arg1, arg2)
See List.to_integer/2.
to_l(arg1)
See REnum.to_l/1.
to_list(arg1)
See REnum.to_list/1.
to_s(arg1)
See RList.Ruby.to_s/1.
to_sentence(arg1)
to_sentence(arg1, arg2)
to_string(arg1)
See List.to_string/1.
to_tuple(arg1)
See List.to_tuple/1.
transpose(arg1)
truthy_count(arg1)
See REnum.truthy_count/1.
truthy_count(arg1, arg2)
See REnum.truthy_count/2.
union(arg1, arg2)
See RList.Ruby.union/2.
uniq_by(arg1, arg2)
See REnum.uniq_by/2.
unshift(arg1, arg2)
See RList.Ruby.unshift/2.
unzip(arg1)
See REnum.unzip/1.
update_at(arg1, arg2, arg3)
See List.update_at/3.
values_at(arg1, arg2)
with_index(arg1)
See REnum.with_index/1.
with_index(arg1, arg2)
See REnum.with_index/2.
without(arg1, arg2)
See REnum.without/2.
wrap(arg1)
See List.wrap/1.
zip(arg1)
See List.zip/1.
zip_reduce(arg1, arg2, arg3)
See REnum.zip_reduce/3.
zip_reduce(arg1, arg2, arg3, arg4)
See REnum.zip_reduce/4.
zip_with(arg1, arg2)
See REnum.zip_with/2.
zip_with(arg1, arg2, arg3)
See REnum.zip_with/3.