Elements
public enum Elements
Whether a Dynamic
consists a single element or a compound of two elements.
-
Undocumented
Declaration
Swift
case single(Element)
-
Printable description of
Dynamic.Elements
.Declaration
Swift
public var description: String { get }