ToBits
public fn ToBits<T>(T value) : uint64 where T is numericimport ToBits from Wax::BitConverter;Converts a numeric value to a 64-bit bit container. Float and double are reinterpreted as IEEE
bits; integral values use an integer conversion. Use ReadLE/WriteLE or their big-endian
counterparts for byte serialization.
This declaration has no public members of its own.