in lib/index.js [51:57]
_getTree(index) { if (index in this._tree) { return this._tree[index]; } return this._defaultFrequency * (index & -index); }