Ty.CvtopSourcetype t = | ToStringConvert to string.
*)| OfStringConvert from string.
*)| ToBoolConvert to boolean.
*)| OfBoolConvert from boolean.
*)| Reinterpret_intReinterpret as integer.
*)| Reinterpret_floatReinterpret as float.
*)| DemoteF64Demote 64-bit float to 32-bit.
*)| PromoteF32Promote 32-bit float to 64-bit.
*)| ConvertSI32Convert signed to 32-bit integer.
*)| ConvertUI32Convert unsigned to 32-bit integer.
*)| ConvertSI64Convert signed to 64-bit integer.
*)| ConvertUI64Convert unsigned to 64-bit integer.
*)| TruncSF32Truncate signed 32-bit float.
*)| TruncUF32Truncate unsigned 32-bit float.
*)| TruncSF64Truncate signed 64-bit float.
*)| TruncUF64Truncate unsigned 64-bit float.
*)| Trunc_sat_f32_s| Trunc_sat_f32_u| Trunc_sat_f64_s| Trunc_sat_f64_u| WrapI64Wrap 64-bit integer.
*)| Sign_extend of intSign-extend to a specified bit width.
*)| Zero_extend of intZero-extend to a specified bit width.
*)| String_to_codeConvert string to Unicode code point. (str.to_code String Int)
*)| String_from_codeConvert Unicode code point to string. (str.to_int String Int)
*)| String_to_intConvert string to integer. (str.from_int Int String)
*)| String_from_intConvert integer to string.
*)| String_to_floatConvert string to float.
*)| String_to_reConvert string to regular expression.
*)The type t represents conversion operations.
equal op1 op2 checks if conversion operations op1 and op2 are equal.