Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-unic/array
Roblox array class, featuring many familiar methods from JavaScript and more.
https://github.com/r-unic/array
array class javascript rbx roblox typescript util utility
Last synced: 13 days ago
JSON representation
Roblox array class, featuring many familiar methods from JavaScript and more.
- Host: GitHub
- URL: https://github.com/r-unic/array
- Owner: R-unic
- License: mit
- Created: 2023-09-21T16:46:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-23T19:51:21.000Z (over 1 year ago)
- Last Synced: 2025-01-04T20:19:28.632Z (20 days ago)
- Topics: array, class, javascript, rbx, roblox, typescript, util, utility
- Homepage: https://wally.run/package/r-unic/array
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Array
### Array class for Roblox, featuring many familiar methods from JavaScript and more.
Finding a pet by ID
![image](https://github.com/R-unic/array/assets/49625808/eed49175-3d57-4a5c-932a-cdaddd700f8c)
Getting a list of unfinished timers
![image](https://github.com/R-unic/array/assets/49625808/7f17e388-b152-4709-a6cf-8ff34d659557)
Mapping dev product info to just dev product IDs
![image](https://github.com/R-unic/array/assets/49625808/109a2519-329f-4dd1-bc14-edaad05637ca)
UUID Validator
![image](https://github.com/R-unic/array/assets/49625808/a6f91c03-a69f-4507-9848-23a7526a392b)