package zarr

  1. Overview
  2. Docs

Module Zarr.TypesSource

Sourcemodule type Deferred = sig ... end
Sourcetype key = string
Sourcetype range = int * int option
Sourcetype value = string
Sourcetype range_start = int
Sourcetype prefix = string
Sourcemodule type IO = sig ... end

The abstract store interface that stores should implement.