create a new array filled with a value, or zero
creates a new array with given range
Apply a function to a each element of a collection and return a new array of results.
Produces a new array, sorted in ascending order
Produces a new array, sorted in given order
Produce a new array composed of all but the first element of the input collection.
Produce a new array composed of all but the first n elements of an input collection.
Create a new array of values in a range.
Returns a new array comprised of the given array's contents with the given value appended.
Return a new array with a inserted item at index.
resolves a glob filename array into it's segments and transforms it into a new array.
Return a new array containing every element from an input array, except for the element at a specified index.
Return sorted items by chapter number with specific key in new array.
Produces a new array of values by mapping each value in list through a transformation function.
Return a new array with elements in reverse order.
database-like indexed array that always returns a new array
Use Set and Map to create new Array with no duplicates.
Returns a new array with random unique items from an array.
JavaScript library to generate new array of a given size with optional custom value
Returns a new array of all the values in coll which pass an async truth test.
Creates new array with defined size and initial value
Return new array with unique elements
Creates a new array of values by mapping each value in list through an iteratee.
Returns a new array, where an item is inserted at a specific position.
New data type like Array
Extends ruby Array class to add new equality filtering methods select_by, reject_by, detect_by, partition_by
defines Array#riffle to merge multiple arrays as if riffling a deck of cards.
Provides an common interface to convert between arrays of objects that implement .new and #to_h methods to arrays of JSON.
Ruby 2.3 introduces the new Hash#dig method for safe extraction of a nested value. It is the equivalent of a safely repeated Hash#[] or Array#[]. #dig! on the other hand, is a repeated #fetch.
Adds serveral cool features to your Ruby classes. Includes new features for Array, String, Hash, Numeric, Date/Datetime and some more.
Uses Markov chains to generate new, similar names from a array of names.
Simple syntactic sugar for arrays that performs the same actions as the method each, but creates a new thread for every call
Use this Fluentd output plugin if you are processing JSON messages containing arrays of values or objects and need those elements exploded such that there is one new message emitted per array element.
Specify a character limit and a string. Returns an array with the first and second parts of the original string as two new strings without splitting any words.
All methods that alter the contents of an array that implements this Gem are first checked to ensure that the added items are of the types allowed. All methods behave exactly as their Array counterparts, including additional forms, block processing, etc. Defining a TypedArray Class: ```ruby class ThingsArray < Array extend TypedArray restrict_types Thing1, Thing2 end things = ThingsArray.new ``` Generating a single TypedArray ```ruby things = TypedArray(Thing1,Thing2).new These classes can be extended, and their accepted-types appended to after their initial definition.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.