The OpenD Programming Language

Checked.Representation

The type of the integral subject to checking.

import std.checkedint;
struct Checked(T, Hook = Abort)
alias Representation = T

Meta