{"id":19445699,"url":"https://github.com/kuritaro1122/mergearray","last_synced_at":"2026-05-12T23:02:03.373Z","repository":{"id":170530488,"uuid":"404920955","full_name":"kuritaro1122/MergeArray","owner":"kuritaro1122","description":"配列と配列を簡単に結合するメソッド。要素を一つずつ加えることも可能。","archived":false,"fork":false,"pushed_at":"2021-11-03T00:58:42.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T08:37:37.367Z","etag":null,"topics":["csharp","unity","unity-scripts"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuritaro1122.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":"2021-09-10T01:35:53.000Z","updated_at":"2022-04-09T03:24:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c75a501-cc0f-457a-a2fe-5199d4a17ff8","html_url":"https://github.com/kuritaro1122/MergeArray","commit_stats":null,"previous_names":["kuritaro1122/mergearray"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kuritaro1122/MergeArray","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuritaro1122%2FMergeArray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuritaro1122%2FMergeArray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuritaro1122%2FMergeArray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuritaro1122%2FMergeArray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuritaro1122","download_url":"https://codeload.github.com/kuritaro1122/MergeArray/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuritaro1122%2FMergeArray/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32960295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","unity","unity-scripts"],"created_at":"2024-11-10T16:11:32.176Z","updated_at":"2026-05-12T23:02:03.356Z","avatar_url":"https://github.com/kuritaro1122.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MergeArray\n配列と配列を簡単に結合するメソッド。要素を一つずつ加えることも可能。\n\n# Example\n```\nint[] a = new int[] {1, 2, 3};\na = MergeArrayClass.MergeArray(a, a); //1, 2, 3, 1, 2, 3\n\nint[] b = new int[] {2, 4, 6};\nint[] c = MergeArrayClass.MergeArray(b, 1, 3, 5); // 2, 4, 6, 1, 3, 5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuritaro1122%2Fmergearray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuritaro1122%2Fmergearray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuritaro1122%2Fmergearray/lists"}