Performs checked conversion from an integral type From to an integral type To.
Source type.
Target type.
Source value.
from converted to To.
$(D_PSYMBOL ConvException) if from is too small or too large to be represented by To.
See Implementation
Performs checked conversion from an integral type From to an integral type To.