safeseq
Seq that can safely add and remove elements while iterating.
Summary
| Latest Version | Unknown |
|---|---|
| License | GPL-2.0-only |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-22 05:28 |
Tags
Installation
nimble install safeseq
choosenim install safeseq
git clone https://github.com/avahe-kellenberger/safeseq
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| safeseq | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/avahe-kellenberger/safeseq |
|---|---|
| Homepage | https://github.com/avahe-kellenberger/safeseq |
| Registry Source | nimble_official |
README
SafeSeq
SafeSeq is a sequence implementation that allows the users to safely add and remove elements while iterating.
It is not designed to be thread-safe.