bytecodealliance / bytecodealliance/wit-bindgen
C#: Consider changing `List` parameters to e.g. `IEnumerable`
Open
gen-c#
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 286
- Avg merge
- 6h 32m
- Merged PRs (30d)
- 19
Description
Per https://github.com/dotnet/runtimelab/pull/2614#discussion_r1699995101, `List` parameters are often unnecessarily restrictive -- callers might want to pass collections of other types without converting them to `List`s first.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.