rhythm.lib
FeatureIndexed.Add
module Config : Config
type 'el tIndexed = 'el Config.t
val getIndex : int -> 'el tIndexed -> 'el option
val getIndexExn : int -> 'el tIndexed -> 'el