IVector<T>
, etc. function arguments don't allow arrays as arguments in generated TypeScript type definitions
#177
Labels
E.g. the following declaration:
gets projected as:
This should presumably be:
because we allow arrays as arguments to functions that expect
IVector<T>
/IVectorView<T>
/IEnumerable<T>
The text was updated successfully, but these errors were encountered: