Cf_endian_big.UnsafeThe functions in this module offer fast unsafe operations that provide correct behavior only when the parameters are valid, i.e. when the position and length are valid for the string or byte sequence, and when integer and float quantities can converted between representations without error.
include module type of Cf_endian_core.Unsafe_octetUse sts8 n b i to set the octet at i in b to n. The prodedure is not defined for integers -128 <= n <= 127.