{"id":16753050,"url":"https://github.com/bsutton/function_types","last_synced_at":"2026-02-02T07:33:23.697Z","repository":{"id":141378085,"uuid":"410684088","full_name":"bsutton/function_types","owner":"bsutton","description":"Defines the function types with different arities via `typedefs`.","archived":false,"fork":false,"pushed_at":"2021-04-08T15:08:16.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-02T08:45:49.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/bsutton.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-26T23:18:34.000Z","updated_at":"2022-02-14T19:40:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9064568-6eeb-4d8b-9093-bb0255e5f8d2","html_url":"https://github.com/bsutton/function_types","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bsutton/function_types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsutton%2Ffunction_types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsutton%2Ffunction_types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsutton%2Ffunction_types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsutton%2Ffunction_types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsutton","download_url":"https://codeload.github.com/bsutton/function_types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsutton%2Ffunction_types/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T06:37:10.400Z","status":"ssl_error","status_checked_at":"2026-02-02T06:37:09.383Z","response_time":58,"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":[],"created_at":"2024-10-13T02:49:01.552Z","updated_at":"2026-02-02T07:33:23.660Z","avatar_url":"https://github.com/bsutton.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"function_types\n=====\n\nDefines the function types with different arities via `typedefs`.\n\nVersion: 0.1.0\n\n```dart\nimport 'package:function_types/function_types.dart';\n\nvoid main() {\n  Func2\u003cint, int, int\u003e mul = (int a, int b) =\u003e a * b;\n  print(mul(3, 2));\n\n  add = (int a, int b) =\u003e a + b;\n  print(add(3, 2));\n}\n\nFunc2\u003cint, int, int\u003e add;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsutton%2Ffunction_types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsutton%2Ffunction_types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsutton%2Ffunction_types/lists"}