package traildb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tdb_cursor
val create : tdb -> tdb_cursor
val get_trail : tdb_cursor -> trail_id -> unit
val get_trail_length : tdb_cursor -> int64
val next : tdb_cursor -> tdb_event option
val peek : tdb_cursor -> tdb_event option