package biocaml

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

Generic transform type.

method next : [ `output of 'output | `end_of_stream | `not_ready ]
method feed : 'input -> unit
method stop : unit