jon.recoil.org

Module Media.SettingsSource

Property values.

Sourcetype t

The type for settings.

Sourceval get : ('a, 'b, 'c) Brr_io.Media.Prop.t -> Brr_io.Media.Settings.t -> 'a

get p s is the value of p in s.

Sourceval find : ('a, 'b, 'c) Brr_io.Media.Prop.t -> Brr_io.Media.Settings.t -> 'a option

find p s is the value of p in s (if any).