Module Int64x4.Bytes

val get : bytes @ local read -> (byte:int -> int64x4) @ local @@ portable

Load 32 bytes from a bytes at an arbitrary byte offset.

val unsafe_get : bytes @ local read -> (byte:int -> int64x4) @ local @@ portable

Load 32 bytes from a bytes at an arbitrary byte offset. Does not check bounds.

val set : bytes @ local -> (byte:int -> (int64x4 -> unit) @ local) @ local @@ portable

Write 32 bytes to a bytes at an arbitrary byte offset.

val unsafe_set : bytes @ local -> (byte:int -> (int64x4 -> unit) @ local) @ local @@ portable

Write 32 bytes to a bytes at an arbitrary byte offset. Does not check bounds.

module Int32_u : sig ... end
module Int64_u : sig ... end
module Nativeint_u : sig ... end