Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Tracks

Compare
Choose a tag to compare
@ay42 ay42 released this 18 Nov 01:17
· 28 commits to master since this release
15800a8
public enum Tracks: Hashable {
    case count(Int)
    case fixed(CGFloat)
    case min(CGFloat)
}