comethod
collection of common methods
collection of common methods
Short useful array functions. (e.g. clear, remove, count..)
Helper for throttling invocation of provided callback
A collection of common front-end methods for easy development
NodeJS Command line interface for SASEUL blockchain
Get euclidean distance between iterables.
Check if all values in array are truthy, like all().
Check if array has any truthy values, like any().
Get average of values in array.
Get index of last value in sorted array.
Remove falsy values from array, like .compact().
Check if an iterable contains another iterable.
Get indices of all values in iterable that satisfy the test, like Array.findIndex().
Check if two maps are equal.
Check if map contains all entries.
Check if map contains all keys.
Delete specified keys from map.
Get first value in iterable, like <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/GlobalObjects/Array">Array0</a>.
Get hamming distance between iterables.
Get indices of all values in iterable equal to specified value, like Array.indexOf().