i've read in the testing tree that generic domains are a future feature for
the language - is there an alternative technique that could be used in the
meantime?

the specific use case looks like this:

https://github.com/chapel-lang/chapel/blob/694fea052e17da0634eb6797e0a85d38fc03bffa/test/domains/vass/generic-domain-field.chpl

i've attempted using generics (below), but haven't had much success.

class C {
  var x;
}

thanks!

ct
------------------------------------------------------------------------------
_______________________________________________
Chapel-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-users

Reply via email to