{"id":16636369,"url":"https://github.com/isxander/useful-arrays","last_synced_at":"2025-07-08T01:36:01.769Z","repository":{"id":105074943,"uuid":"243950366","full_name":"isXander/useful-arrays","owner":"isXander","description":"a class of useful array extentions that will make your life so much easier!","archived":false,"fork":false,"pushed_at":"2020-08-15T12:54:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T00:47:30.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/isXander.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}},"created_at":"2020-02-29T10:43:35.000Z","updated_at":"2020-08-15T12:54:27.000Z","dependencies_parsed_at":"2023-03-13T14:50:44.407Z","dependency_job_id":null,"html_url":"https://github.com/isXander/useful-arrays","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isXander/useful-arrays","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fuseful-arrays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fuseful-arrays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fuseful-arrays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fuseful-arrays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isXander","download_url":"https://codeload.github.com/isXander/useful-arrays/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fuseful-arrays/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264176017,"owners_count":23568583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-12T06:06:39.245Z","updated_at":"2025-07-08T01:36:01.723Z","avatar_url":"https://github.com/isXander.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Useful Arrays\nThis repository includes a class of useful extention methods to make your life so much easier when working with arrays.\nI am very active and are up to improvements and even more extentions to make this class as usefull as it can be!\nBelow are guides on how to use each extention.\n\n# Arrays.RemoveAt(this source, index)\nRemoves an index from array and resizes the array: someArray = someArray.RemoveAt(4)\n\n# Arrays.RandomIndexOf(source, element)\nSimilar to Array.IndexOf or Array.LastIndexOf but picks a random one instead of the first or last: int someVariable = Arrays.RandomIndexOf(someArray, someInteger)\n\n# Arrays.ClearArray(this source)\nPasses an empty array. Good for releasing things from memory: someArray = someArray.ClearArray()\n\n# Arrays.Append(this source)\nReturns an array with an extra value at the end: someArray = someArray.Append(5) or someArray = someArray.Append(\"string\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisxander%2Fuseful-arrays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisxander%2Fuseful-arrays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisxander%2Fuseful-arrays/lists"}