Module Float.KeySource

Operations on keys for float field

Sourcetype t =
  1. | AvgDuration
  2. | AvgRating
  3. | AvgSize
  4. | CreatedAt
    (*
    • since 0.3.3
    *)
  5. | ModifiedAt
    (*
    • since 0.3.3
    *)
  6. | PlayedAt
    (*
    • since 0.3.3
    *)
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval to_string : t -> string