IntervallicFragmentable
public protocol IntervallicFragmentable: Intervallic, Fragmentable
where Fragment: Intervallic, Fragment.Metric == Metric
Interface for types which are Intervallic, and can be fragmented into a type which shares its
Metric type.
-
The fragment of an
IntervallicFragmentabletype.Declaration
Swift
associatedtype Fragment
-
fragment(in:Default implementation) -
fragment(in:Default implementation)
View on GitHub
Install in Dash
IntervallicFragmentable Protocol Reference