-
(pending) compose_p
-
(pending) keys_in
-
(pending) map_accum
-
(pending) map_accum_right
-
(pending) math_mod
-
(pending) pipe_p
-
(pending) to_pairs_in
-
(pending) uncurry_n
-
(pending) values_in
Function¶ ↑
-
{
__
} - first function call should have all argumentsg(__2, __)(1, 3)
, this means that it doesn't supportg(__, 2)(1)(3)
,g(__, 2)(1, 3)
andg(__, 2)(__, 3)(1)
-
empty - uses x.class.new for defining new empty object if empty method does not exist
List¶ ↑
-
filter - transducer
-
find_index - returns nil if index doesn't exist
-
find_last_index - returns nil if index doesn't exist
-
index_of - returns nil if index doesn't exist
-
last_index_of - returns nil if index doesn't exist
-
map - transducer
-
take- transducer
-
uniq_with - first argument is a function with 1 arity which transforms each list element and applies uniq function to results
Logic¶ ↑
Math¶ ↑
Object¶ ↑
-
lens - composition does not work compose(lens1, lensb)
Relation¶ ↑
String¶ ↑
-
replace - it uses a gsub method and global replacement