I assume the interfaces defines members which return typeclass can this be constrained creating a series of interfaces ?
exploring typeclass to interfaces what do these mean in bitC
A) interface ISomeInterface<T> where T: Eg
{
T GetVal();
}
B)
ISomeinterface
{
Eq GetVal();
}
Regards,
Ben
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
