On Monday, 4 December 2017 at 22:34:41 UTC, helxi wrote:
enum Waves { Sin = Wave(Positivity.Positive), Cos = Wave(Positivity.Negative) } writeln(nth_value!(Waves.Sin)(1)); }
Sin and Cos there are actually values, not types...
On Monday, 4 December 2017 at 22:34:41 UTC, helxi wrote:
enum Waves { Sin = Wave(Positivity.Positive), Cos = Wave(Positivity.Negative) } writeln(nth_value!(Waves.Sin)(1)); }
Sin and Cos there are actually values, not types...