js-util

Home > rc-js-util > _Set

_Set class

Utilities that apply to Set.

Signature:

export declare class _Set 

Properties

Property Modifiers Type Description
isSetEqual static typeof setIsSetEqual returns items in A not in B.
setDifference static typeof setSetDifference returns items in A not in B.
symmetricDifference static typeof setSymmetricDifference Returns those items in A not in B, and those items in B not in A.
valuesToArray static typeof setValuesToArray Converts a set into an array of its values.