ContinuationOrInstance
public enum ContinuationOrInstance<Element>
Whether a metrical context is tied
over from the previous context, or if it is new
instance of Element.
-
Continued (
tied
) over from previous context.Declaration
Swift
case continuation -
New instance of generic
Element.Declaration
Swift
case instance(Element)
-
Printed description.
Declaration
Swift
public var description: String { get }
View on GitHub
Install in Dash
ContinuationOrInstance Enumeration Reference