Optionalvalues: readonly Fraction[] | nullOptionaliterable: Iterable<Fraction, any, any> | nullReadonly[toReadonlysizeStatic Readonly[species]Iterates over values in the set.
Appends value to the FractionSet object.
Value to append.
The FractionSet object with added value.
Removes all elements from the Set.
Removes the element associated to the value.
Value to remove.
A boolean asserting whether an element was successfully removed or not. FractionSet.prototype.has(value) will return false afterwards.
Check value membership.
Value to check for membership.
A boolean asserting whether an element is present with the given value in the FractionSet object or not.
Despite its name, returns an iterable of the values in the set.
Returns an iterable of values in the set.
Collection of unique fractions.