MichalStrehovsky / iltrim

MIT License
9 stars 1 forks source link

Fix ordering of generic parameter constraints #116

Closed MichalStrehovsky closed 2 years ago

MichalStrehovsky commented 2 years ago

These need to be ordered the same as the generic parameters they're constraining.

Fixes #115.