Skip to content

Module monkey.set

Leonard Thieu edited this page Aug 23, 2019 · 2 revisions

The set module provides support for sets, collections of ordered objects.

Imports

Classes

Detailed Discussion

The set module provides support for sets, collections of ordered objects.

In addition to the generic Set class, the set module also provides utility classes for handling sets of ints, floats and strings.

Please Refer to the Set class for more information on how monkey implements sets.

Clone this wiki locally