May 19, 2020 public std.traits.isDesiredUDA | ||||
---|---|---|---|---|
| ||||
Would it be reasonable for the private template `isDesiredUDA` from std.traits to be made public? I have twice now copied it (with attribution) into the source file of mine. It can be used to test a single symbol. Or in my latest case, to test an AliasSeq of UDAs from multiple sources (one source of which is not actually from UDAs but from template arguments). |
Copyright © 1999-2021 by the D Language Foundation