Elektrine lite

← Feed

@nedbat@hachyderm.io

Post #4245462

2026-06-29 22:38 UTC

@ancoghlan@mastodon.social This is a new and interesting point!

Replies (1)

  • @glyph@mastodon.social 2026-06-30 14:18

    @nedbat@hachyderm.io @ancoghlan@mastodon.social the double uno reverse here is Sequence[int] which is also satisfied by tuple[int, …] and that combination gives you immutability at both type-time and runtime

    Open ##4245465