We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It'll be nice if the readme could answer the question "Why would one want a mutable sequence that can be frozen", i.e. why is this module useful?
The text was updated successfully, but these errors were encountered:
@mjpieters do you think you could write something up?
Sorry, something went wrong.
Is it to a avoid the copy that tuple(somelist) would entail?
tuple(somelist)
Also, could freeze() be made to return self and its return type be declared in the stub as Sequence[T]?
freeze()
self
Sequence[T]
mjpieters
No branches or pull requests
It'll be nice if the readme could answer the question "Why would one want a mutable sequence that can be frozen", i.e. why is this module useful?
The text was updated successfully, but these errors were encountered: