Up

Module Core_bytes

OCaml's built in bytes type, currently equal to string.

Signature

type t = bytes
val create : int -> t
val length : t -> int