frozenlist

List-like structure which implements collections.abc.MutableSequence

Version

1.3.1-4
(2024-03-24)

Size

759

bytes

Repository

HaikuPorts
x86_64
frozenlist.FrozenList is a list-like structure which implements collections.abc.MutableSequence. The list is mutable until FrozenList.freeze is called, after which list modifications raise RuntimeError.

FrozenList is also hashable, but only when frozen.