Distinct

public struct Distinct: Fn

Distinct function returns the set after removing duplicates.

Reference.

  • Declaration

    Swift

    public init(_ set: Expr)

    Parameters

    set

    Determines the set where distinct function should be performed.