Collection
protocol Collection : Sequence where Self.SubSequence : Collection
-
Undocumented
Declaration
Swift
func average() -> TimeInterval
-
Undocumented
Declaration
Swift
func indexPathsFor(timeDivision: TimeDivision, visibleTracks: [Int]) -> [GenericIndexPath]