import * as froebel from "https://deno.land/x/froebel@v0.18.0/list.ts";
Variables
Access list at | |
Takes a | |
Takes a | |
Creates a range between two values. | |
Shuffles | |
Same as shuffle but shuffles | |
v take | Takes |
Reverse of zip. Takes a list of tuples and deconstructs them into an array (of length of the tuples length) of lists each containing all the elements in all tuples at the lists index. | |
Same as unzip but accepts an | |
v zip | Takes multiple lists and returns a list of tuples containing the value in each list at the current index. If the lists are of different lengths, the returned list of tuples has the length of the shortest passed in list. |
Same as zip but also takes a |
Functions
Constructs a range between characters. | |
Constructs a numeric between |