ClassExplorer icon indicating copy to clipboard operation
ClassExplorer copied to clipboard

Add something like `generic` but for array

Open SeeminglyScience opened this issue 3 years ago • 0 comments

For instance, you can't really do [not[object[]]] because that's everything. Something like [not[arrayof[exact[object]]]] would be helpful.

Workaround:

[not[generic[Collections.Generic.IList`1, args[exact[object]]]]]

SeeminglyScience avatar May 01 '22 17:05 SeeminglyScience