diegojromerolopez / gelidum

Freeze your objects in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Immutable data structures

diegojromerolopez opened this issue · comments

Study inmutable data structures an include some of them in this project.

Note each item of the immutable data structures must be immutable as well.

Basic frozen collections were included in main in #14

No other collections are going to be implemented in gelidum (for the moment).