BBS:      TELESC.NET.BR
Assunto:  src/syncterm/scripts/syncterm.wren
De:       Deuc¨
Data:     Tue, 28 Apr 2026 17:47:40 -0700
-----------------------------------------------------------
https://gitlab.synchro.net/main/sbbs/-/commit/44e412b47990ef7178a62032
Modified Files:
	src/syncterm/scripts/syncterm.wren
Log Message:
SyncTERM: Cells is Sequence

The iterate / iteratorValue protocol Cells already implemented makes
it Sequence-compatible  declaring it `is Sequence` brings in all of
Wren core's iteration helpers (each, where, map, all, any, contains,
count(f), reduce, join, take, skip, isEmpty, toList) without any
extra C-side bindings.

The O(1) foreign `count` getter overrides Sequence's default
(which would otherwise walk the iterator).

Co-Authored-By: Claude Opus 4.7 (1M context) 
n
---
  mSynchronetn  hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net

-----------------------------------------------------------
[Voltar]