This document details the casting operations supported by TFHE-rs.
You can cast between integer types using either the cast_from associated function or the cast_into method.
cast_from
cast_into
The following example shows how to perform casting operations: