Comparing version 0.0.753 to 0.0.754
@@ -80,4 +80,4 @@ import { ceil, log2 } from './alias'; | ||
refs[i] = b & ~((1 << l) - 1 >>> r << r); | ||
hand += l - r; | ||
} | ||
hand += l - r; | ||
assert(hand < capacity); | ||
@@ -139,2 +139,3 @@ this.locate(hand, key, value); | ||
this.$length = 0; | ||
this.initial = 1; | ||
} | ||
@@ -141,0 +142,0 @@ public *[Symbol.iterator](): Iterator<[K, V], undefined, undefined> { |
{ | ||
"name": "spica", | ||
"version": "0.0.753", | ||
"version": "0.0.754", | ||
"description": "Supervisor, Coroutine, Channel, select, AtomicPromise, Cancellation, Cache, List, Queue, Stack, and some utils.", | ||
@@ -5,0 +5,0 @@ "private": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
618399
16873