{"id":22502872,"url":"https://github.com/r-unic/rbx-lazy-iterator","last_synced_at":"2026-03-07T02:35:08.354Z","repository":{"id":266124933,"uuid":"897436427","full_name":"R-unic/rbx-lazy-iterator","owner":"R-unic","description":"Combines multiple array operations into an iterator and only applies operations when the iterator is processed","archived":false,"fork":false,"pushed_at":"2025-05-31T04:25:46.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-09T13:02:55.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/R-unic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-02T16:18:39.000Z","updated_at":"2025-05-31T04:25:48.000Z","dependencies_parsed_at":"2025-05-31T05:03:19.483Z","dependency_job_id":"426064d3-ee3c-4bda-92b8-138ae32dc4c9","html_url":"https://github.com/R-unic/rbx-lazy-iterator","commit_stats":null,"previous_names":["r-unic/rbx-lazy-iterator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/R-unic/rbx-lazy-iterator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Frbx-lazy-iterator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Frbx-lazy-iterator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Frbx-lazy-iterator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Frbx-lazy-iterator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R-unic","download_url":"https://codeload.github.com/R-unic/rbx-lazy-iterator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Frbx-lazy-iterator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-06T23:26:55.581Z","updated_at":"2026-03-07T02:35:08.334Z","avatar_url":"https://github.com/R-unic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LazyIterator\nCombines multiple array operations into an iterator and only applies operations when the iterator is processed\n\n## Example\n```ts\nimport LazyIterator from \"@rbxts/lazy-iterator\";\n\nconst sum = LazyIterator.fromArray([1,2,3,4,5,6,7,8])\n  .map(n =\u003e n * 3) // triple all numbers\n  .filter(n =\u003e n % 2 === 0) // filter out odd numbers\n  .reduce((sum, n) =\u003e sum + n); // apply all operations then add up all numbers\n\nprint(sum); // 60\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-unic%2Frbx-lazy-iterator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-unic%2Frbx-lazy-iterator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-unic%2Frbx-lazy-iterator/lists"}