Intersection

public struct Intersection: Fn

Intersection represents the set of resources that are present in all of the specified sets.

Reference.

  • Declaration

    Swift

    public init(_ sets: Expr...)

    Parameters

    sets

    Sets of resources to perform the intersection.