@thi.ng/bitfield
Advanced tools
Comparing version 2.3.38 to 2.3.39
@@ -16,3 +16,3 @@ import type { Fn2, IClear, ICopy, ILength } from "@thi.ng/api"; | ||
*/ | ||
[Symbol.iterator](): Generator<0 | 1, void, unknown>; | ||
[Symbol.iterator](): Generator<1 | 0, void, unknown>; | ||
/** | ||
@@ -19,0 +19,0 @@ * Yields iterator of positions/indices of all set bits only. |
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/bitfield", | ||
"version": "2.3.38", | ||
"version": "2.3.39", | ||
"description": "1D / 2D bit field implementations", | ||
@@ -39,6 +39,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.10.1", | ||
"@thi.ng/binary": "^3.4.22", | ||
"@thi.ng/errors": "^2.5.4", | ||
"@thi.ng/strings": "^3.7.30" | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/binary": "^3.4.23", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/strings": "^3.7.31" | ||
}, | ||
@@ -92,3 +92,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -59,6 +59,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/bitfield"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/bitfield"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -65,0 +65,0 @@ For Node.js REPL: |
41633
Updated@thi.ng/api@^8.11.0
Updated@thi.ng/binary@^3.4.23
Updated@thi.ng/errors@^2.5.5
Updated@thi.ng/strings@^3.7.31