Jacob Carlborg wrote:
Perhaps using the variadic template with a constraint on one element trick will work. Ugly, but I think that will work.
yeah. that's what Phobos does, for example.
ketmar via Digitalmars-d-learn Sat, 03 Jun 2017 07:23:20 -0700
Jacob Carlborg wrote:
Perhaps using the variadic template with a constraint on one element trick will work. Ugly, but I think that will work.
yeah. that's what Phobos does, for example.