Module Code.Native_string

type t = private
  1. | Byte of string
  2. | Utf of Stdlib.Utf8_string.t
val of_string : string -> t
val of_bytestring : string -> t