Decimal.hook

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

  1. Hook hook;
    struct Decimal(Hook = Abort)
    static if(stateSize!Hook > 0)
    Hook hook;
  2. alias hook = Hook

Meta