Definition

  • Data structure to store unique objects i.e. objects can’t be repeated
  • Similar to math sets, union, intersection, difference, etc. can be applied
  • Sets can be static or dynamic, but usually dynamic.

Signature

name: Set
import: element, int, bool
ops: