UNPKG

sonic-forest

Version:

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

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