package rhythm

  1. Overview
  2. Docs
type 'el t
val length : 'el t -> int
val get : 'el t -> int -> 'el
val set : 'el t -> int -> 'el -> unit