package slice

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

Module type Slice.WSource

Sourcetype t
Sourceval set : t -> int -> char -> unit
Sourceval unsafe_set : t -> int -> char -> unit
Sourceval set_int8 : t -> int -> int -> unit
Sourceval set_uint8 : t -> int -> int -> unit
Sourceval set_uint16_ne : t -> int -> int -> unit
Sourceval set_uint16_le : t -> int -> int -> unit
Sourceval set_uint16_be : t -> int -> int -> unit
Sourceval set_int16_ne : t -> int -> int -> unit
Sourceval set_int16_le : t -> int -> int -> unit
Sourceval set_int16_be : t -> int -> int -> unit
Sourceval set_int32_ne : t -> int -> int32 -> unit
Sourceval set_int32_le : t -> int -> int32 -> unit
Sourceval set_int32_be : t -> int -> int32 -> unit
Sourceval set_int64_ne : t -> int -> int64 -> unit
Sourceval set_int64_le : t -> int -> int64 -> unit
Sourceval set_int64_be : t -> int -> int64 -> unit
Sourceval fill : t -> off:int -> len:int -> char -> unit
Sourceval blit : t -> src_off:int -> t -> dst_off:int -> len:int -> unit