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
IntervallicFragmentable
type.Declaration
Swift
associatedtype Fragment
-
fragment(in:
Default implementation) -
fragment(in:
Default implementation)