Module Bytes.Int32_u

val get : bytes @ local read -> (byte:int32 -> float16x16) @ local @@ portable

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

val unsafe_get : bytes @ local read -> (byte:int32 -> float16x16) @ local @@ portable

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

val set : bytes @ local -> (byte:int32 -> (float16x16 -> unit) @ local) @ local @@ portable

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

val unsafe_set : bytes @ local -> (byte:int32 -> (float16x16 -> unit) @ local) @ local @@ portable

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