package eio

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Buf_write.LESource

Little endian serializers

Sourceval uint16 : t -> int -> unit

uint16 t n copies the lower 16 bits of n into the serializer's internal buffer in little-endian byte order.

Sourceval uint32 : t -> int32 -> unit

uint32 t n copies n into the serializer's internal buffer in little-endian byte order.

Sourceval uint48 : t -> int64 -> unit

uint48 t n copies the lower 48 bits of n into the serializer's internal buffer in little-endian byte order.

Sourceval uint64 : t -> int64 -> unit

uint64 t n copies n into the serializer's internal buffer in little-endian byte order.

Sourceval float : t -> float -> unit

float t n copies the lower 32 bits of n into the serializer's internal buffer in little-endian byte order.

Sourceval double : t -> float -> unit

double t n copies n into the serializer's internal buffer in little-endian byte order.

OCaml

Innovation. Community. Security.