Can we make Throwable an interface?
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Wed Dec 10 00:24:09 PST 2014
On Tuesday, 9 December 2014 at 17:06:45 UTC, Dmitry Olshansky
wrote:
> 1. enums are hard to extend for std lib, and absolutely
> impossible by 3rd party libraries.
What's the problem? When you add new functionality to std lib,
you add an enum entry in the same pull request. 3rd party
libraries define their specific exceptions and enums.
More information about the Digitalmars-d
mailing list