TupleShortcut

public struct TupleShortcut<T> : Shortcut

A shortcut composed of multiple child shortcuts, expressed as a tuple of those values.

  • Declaration

    Swift

    public typealias Body = Never
  • Declaration

    Swift

    public var body: Never { get }
  • A tuple of child shortcuts

    Declaration

    Swift

    public var value: T