Added
Link Here
|
1 |
The list is mutable until FrozenList.freeze() is called, after which |
2 |
list modifications raise RuntimeError. A FrozenList instance is |
3 |
hashable, but only when frozen. Attempts to hash a non-frozen instance |
4 |
will result in a RuntimeError exception. |
5 |
|
6 |
WWW: https://github.com/aio-libs/frozenlist |