package multipart_form-miou

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Multipart_form_miou.Bounded_streamSource

Sourcetype 'a t
Sourceval create : int -> 'a t
Sourceval put : 'a t -> 'a -> unit
Sourceval get : 'a t -> 'a option
Sourceval close : 'a t -> unit
Sourceval iter : ('a -> unit) -> 'a t -> unit
Sourceval of_list : 'a list -> 'a t