poodinis.polyfill

Forward-compatibility module for providing support for Phobos functionality not available in older versions of Phobos.

Should not implement functionalitiy which is gone from the latest Phobos.

Implementations copied/re-implemented from std.exception and std.traits;

The baseline compatibility is D/Phobos 2.068.2

Members

Imports

basicExceptionCtors (from std.exception)
public import std.exception : basicExceptionCtors;
Undocumented in source.

Mixin templates

basicExceptionCtors
mixintemplate basicExceptionCtors()
Undocumented in source.

Meta

Authors

Andrei Alexandrescu, Jonathan M Davis, Walter Bright, Tomasz Stachowiak (isExpressions), Andrei Alexandrescu, Shin Fujishiro, Robert Clipsham, David Nadlinger, Kenji Hara, Shoichi Kato, Mike Bierlee (m.bierlee@lostmoment.com)