package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val with_file : string -> f:(t -> 'a) -> 'a
val with_channel : string -> f:(OutChannel.t -> 'a) -> 'a
val channel : t -> OutChannel.t
val seek : t -> pos:int64 -> unit
val pos : t -> int64
val size : t -> int64