On Tuesday, 27 February 2018 at 16:07:06 UTC, Marc wrote:
How do I remove this warning? I got this after the update to v2.079.0-beta.2

this is the line of warning

import std.range : EnumMembers;
enum countOfMembers(E) = EnumMembers!E.length;

Reply via email to