UNPKG

sonic-forest

Version:

High-performance (binary) tree and sorted map implementation (AVL, Splay, Radix, Red-Black)

8 lines (7 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.throwIteratorAccessError = void 0; function throwIteratorAccessError() { throw new RangeError('Iterator access denied!'); } exports.throwIteratorAccessError = throwIteratorAccessError;