Copies one range structure to another.
function copyRange(inRange) result(outRange) type(RangeT), intent(in) :: inRange type(RangeT) :: outRange end function copyRange