slackbuilds_ponce/python/frozenlist/README
Isaac Yu 710d198831
python/frozenlist: Added (list-like structure)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-07 08:24:46 +07:00

2 lines
119 B
Text

FrozenList is a list-like structure which implements
collections.abc.MutableSequence, and which can be made immutable.