AnyShortcut public struct AnyShortcut : Shortcut A type-erased wrapper for a Shortcut object Body Declaration Swift public typealias Body = Never body Declaration Swift public var body: Never { get } init(_:) Declaration Swift public init<Base>(_ base: Base) where Base : Shortcut Parameters base The underlying shortcut whose type to erase. © 2020 Alexsander Akers. All rights reserved. (Last updated: 2020-07-03) Generated by jazzy ♪♫ v0.13.4, a Realm project.