Skip to content

Make learnerND datastructures immutable where possible

At the moment there are a few datastructures that are described as "sets". where possible we should make these frozenset to remove the possibility of them being modified.