package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Media.SettingsSource

Property values.

Sourcetype t

The type for settings.

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

get p s is the value of p in s.

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

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