package kappa-library

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

Module Kappa_data_structures.FifoSource

FIFO

Sourcetype 'a t
Sourceval empty : 'a t
Sourceval is_empty : 'a t -> bool
Sourceval push : 'a -> 'a t -> 'a t
Sourceval pop : 'a t -> 'a t * 'a option
OCaml

Innovation. Community. Security.