safeseq
Seq that can safely add and remove elements while iterating.
Summary
| Latest Version | 1.0.0 |
|---|---|
| License | GPL-2.0-only |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-04 07:24 |
Tags
Authors
- Avahe Kellenberger
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.12 | No |
| nimtest >= | 0.1.2 | No |
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.