Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
writetome51-2's profile
writetome51-2
22 contributions
writetome51

writetome51/public-array-getter-rem...

An array-manipulating typescript/javascript class that removes and returns items in the array

TypeScript
0
0
MIT License

Support the dependencies of writetome51/public-array-getter-remover

Account's avatar
writetome51/array-get-and-remove-adjacent-at
Function removes and returns adjacent array items beginning at specified index
Account's avatar
writetome51/array-get-and-remove-adjacent-to-value
Function that removes and returns section of the array, starting with, or close to, a particular value
Account's avatar
writetome51/array-get-and-remove-between
Removes and returns middle section of an array
Account's avatar
writetome51/array-get-and-remove-head-tail
These functions remove and return items from the beginning and end of the array, respectively
Account's avatar
writetome51/array-get-and-remove-by-index
Removes and returns item from array, accessed by its index
Account's avatar
writetome51/array-get-and-remove-by-indexes
Removes and returns items from array, identified by their indexes
Account's avatar
writetome51/array-get-and-remove-all-after
A function that removes/returns all array items after the first instance of a value, and a function that removes/returns all array items after the last instance of a value
Account's avatar
writetome51/array-get-and-remove-all-before
2 functions: one removes and returns all array items before the first instance of a particular value, and the other removes and returns all array items before the last instance of a particular value
Account's avatar
writetome51/array-get-and-remove-by-test
Removes and returns array items that pass a test
Account's avatar
writetome51/array-get-and-remove-duplicates
Removes and returns every extra instance of each array item
Account's avatar
writetome51/public-array-container
an abstract typescript/javascript class meant to be extended by array-manipulating classes
Account's avatar
writetome51/public-array-container-by-type-implementation
A private function for use inside subclasses of PublicArrayContainer that have the method .byType()
Account's avatar
writetome51/arrays-match
Takes 2 arrays as arguments, and if they match, returns true