what about two types. alias BI = Bound!int;
alias CBI = CheckedInt!BI; if Bound behaves as an integer people can choose.
Robert burner Schadek via Digitalmars-d Wed, 24 Aug 2016 10:51:41 -0700
what about two types. alias BI = Bound!int;
alias CBI = CheckedInt!BI; if Bound behaves as an integer people can choose.