Argument
public struct Argument<T> : MaxIOComponent where T : MaxValueConvertible
Read-only Max Argument wrapper
NB should support only 1 atom & should later include type check
-
Undocumented
Declaration
Swift
public init(optional: Bool = true, _ description: String? = nil, setter: @escaping (T) -> Void = { (_: T) in })
-
Undocumented
Declaration
Swift
public func accept<V>(visitor: V) where V : MaxIOVisitor