package zarr

  1. Overview
  2. Docs

The type representing a JSON extension point metadata configuration.

type 'a t = {
  1. name : string;
  2. configuration : 'a;
}
val (=) : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
OCaml

Innovation. Community. Security.