Context public struct Context : Equatable The context of a Meter.Fragment in a container. Instance Properties meter The meter fragment. Declaration Swift public let meter: Meter.Fragment offset The offset of the meter fragment. Declaration Swift public let offset: Fraction Instance Properties init(meter:at:) Create Meter.Context with the given meter at the given offset. Declaration Swift public init(meter: Meter.Fragment, at offset: Fraction)