Type conversion, success expected
Use the Conv
and Cast
traits when:
From
and Into
are not enoughas
, but want some assurance it's doing the right thingUse the ConvFloat
and CastFloat
traits when:
f32
or f64
All type conversions which are potentially fallible assert on failure in debug builds. In release builds assertions are omitted, except where the source type is floating-point. It is thus possible that incorrect values may be produced.
The COPYRIGHT file includes a list of contributors who claim copyright on this project. This list may be incomplete; new contributors may optionally add themselves to this list.
The easy-cast library is published under the terms of the Apache License, Version 2.0. You may obtain a copy of this licence from the LICENSE file or on the following webpage: https://www.apache.org/licenses/LICENSE-2.0