Never

extension Never: View

This extension makes the Never type conform to View so that it can be used as the associated Body type of the latter for Views without subviews.

  • Declaration

    Swift

    public var body: Never { get }