[Issue 9206] std.exception.isValidEnumValue

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9206 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 9206] std.exception.isValidEnumValue

2013-01-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9206 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-25 15:53:47 PST --- (In reply to comment #0) @property bool isCompleteIntervalEnum(E)() pure nothrow if (is(E == enum)) { static if (isIntegral!E || isSomeChar!E) {

[Issue 9206] std.exception.isValidEnumValue

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9206 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 9206] std.exception.isValidEnumValue

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9206 --- Comment #2 from bearophile_h...@eml.cc 2013-01-20 14:45:03 PST --- (In reply to comment #1) Is this a duplicate or just related to Issue 8594? This enhancement request is for a function to be used mostly at run-time, like inside