Buf_write.LELittle endian serializers
val uint16 : t -> int -> unituint16 t n copies the lower 16 bits of n into the serializer's internal buffer in little-endian byte order.
val uint32 : t -> int32 -> unituint32 t n copies n into the serializer's internal buffer in little-endian byte order.
val uint48 : t -> int64 -> unituint48 t n copies the lower 48 bits of n into the serializer's internal buffer in little-endian byte order.
val uint64 : t -> int64 -> unituint64 t n copies n into the serializer's internal buffer in little-endian byte order.
val float : t -> float -> unitfloat t n copies the lower 32 bits of n into the serializer's internal buffer in little-endian byte order.
val double : t -> float -> unitdouble t n copies n into the serializer's internal buffer in little-endian byte order.