ClassExplorer
ClassExplorer copied to clipboard
Add something like `generic` but for array
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]]]]]