Extensions

The following extensions are available globally.

  • Declaration

    Swift

    public extension Sequence
  • Provides functionality for an Array of HTMLNodes.

    See more

    Declaration

    Swift

    public extension Array where Element == HTMLNode
  • 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.

    See more

    Declaration

    Swift

    extension Never: View