Checked.hook

hook is a member variable if it has state, or an alias for Hook otherwise.

struct Checked(T, Hook = Abort)
static if(stateSize!Hook > 0)
Hook hook;

Meta