On Friday, 8 April 2016 at 20:58:46 UTC, Ali Çehreli wrote:
And yes, functions can return tuples: :)
I was getting that same error recently, but I forgot what was
causing it. He mentions AliasSeq above, could the error be
referring to compile time argument lists?
On 04/08/2016 01:53 PM, WhatMeWorry wrote:
This might be a very simple fix, but I've been fighting this for more
hours than I care to admit to.
std.typecons says "Tuple of values, for example Tuple!(int, string) is a
record that stores an int and a string. Tuple can be used to bundle
values to
This might be a very simple fix, but I've been fighting this for
more hours than I care to admit to.
std.typecons says "Tuple of values, for example Tuple!(int,
string) is a record that stores an int and a string. Tuple can be
used to bundle values together, notably when returning multiple