list-like structure implementing MutableSequence
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://frozenlist.readthedocs.io/
