Module Int.KeySource

Operations on keys for int field

Sourcetype t =
  1. | Track
  2. | Year
  3. | Disc
  4. | Plays
  5. | Length
  6. | Rating
  7. | AlbumCount
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval to_string : t -> string