Union

public struct Union: Fn

Union represents the set of resources that are present in at least one of the specified sets.

Reference.

  • Declaration

    Swift

    public init(_ sets: Expr...)

    Parameters

    sets

    Sets of resources to perform the union.