package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val encode : string -> string
val decode : string -> string * [ `Unconsumed_data of string ] option

The decoded string along with any unconsumed data

val decode_exn : string -> string

Raises if decode has any unconsumed data