Hi again. I'm trying to make a generic procedure, which is overloaded using generic class:
The problem is that constraints currently aren't handled correctly to correctly match the implementation to the declaration. It's on my todo-list, but it's a bit involved solve...
As a workaround you could make these functions instead static non-generic methods of a generic record which can then have the constraint.