{"id":23066504,"url":"https://github.com/xjine/unity_ilistex","last_synced_at":"2026-05-03T06:33:40.225Z","repository":{"id":83606973,"uuid":"224652477","full_name":"XJINE/Unity_IListEx","owner":"XJINE","description":"IListEx provieds IList extension methods.","archived":false,"fork":false,"pushed_at":"2019-11-28T12:55:58.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-08T22:28:18.520Z","etag":null,"topics":["csharp","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XJINE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-11-28T12:49:31.000Z","updated_at":"2022-05-13T16:33:47.000Z","dependencies_parsed_at":"2023-07-08T19:16:03.210Z","dependency_job_id":null,"html_url":"https://github.com/XJINE/Unity_IListEx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IListEx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IListEx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IListEx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_IListEx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XJINE","download_url":"https://codeload.github.com/XJINE/Unity_IListEx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246970322,"owners_count":20862509,"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":["csharp","unity"],"created_at":"2024-12-16T05:13:27.965Z","updated_at":"2026-05-03T06:33:35.204Z","avatar_url":"https://github.com/XJINE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity_IListEx\n\nIListEx provieds IList\u003cT\u003e extension methods.\n\n*NOTE:* This project is made by Unity, but the ``IListEx.cs`` works on a native C#.\n\n## Import to Your Project\n\nYou can import this asset from UnityPackage.\n\n- [IListEx.unitypackage](https://github.com/XJINE/Unity_IListEx/blob/master/IListEx.unitypackage)\n\n## How to Use\n\nIListEx provies folloing methods.\n\n```csharp\npublic static void Add\u003cT\u003e    (this IList\u003cT\u003e list, T item, int capacity)\npublic static void Enqueue\u003cT\u003e(this IList\u003cT\u003e list, T item)\npublic static void Enqueue\u003cT\u003e(this IList\u003cT\u003e list, T item, int capacity)\npublic static T    Dequeue\u003cT\u003e(this IList\u003cT\u003e list)\npublic static T    Peek\u003cT\u003e   (this IList\u003cT\u003e list)\npublic static void Push\u003cT\u003e   (this IList\u003cT\u003e list, T item)\npublic static void Push\u003cT\u003e   (this IList\u003cT\u003e list, T item, int capacity)\npublic static T    Pop\u003cT\u003e    (this IList\u003cT\u003e list)\npublic static void RemoveRange\u003cT\u003e(this IList\u003cT\u003e list, int index, int count)\npublic static IEnumerable\u003cT\u003e Slice\u003cT\u003e(this IList\u003cT\u003e list, int index, int count)\npublic static T    Random\u003cT\u003e (this IList\u003cT\u003e list)\npublic static void Shuffle\u003cT\u003e(this IList\u003cT\u003e list)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_ilistex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjine%2Funity_ilistex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_ilistex/lists"}