Usage.reverts

Returns all available reverts

struct Usage
static immutable
auto reverts = [Feature("dip25", "useDIP25", "revert DIP25 changes https://github.com/dlang/DIPs/blob/master/DIPs/archive/DIP25.md", true, true), Feature("dip1000", "useDIP1000", "revert DIP1000 changes https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1000.md (Scoped Pointers)"), Feature("intpromote", "fix16997", "revert integral promotions for unary + - ~ operators"), Feature("dtorfields", "dtorFields", "don't destruct fields of partially constructed objects")];

Meta