Changelog
[4.4.2] - 2023.07.21
isAccessible
function to iterators for iterable containers.Changelog
[4.4.1] - 2023.06.05
Changelog
[4.4.0] - 2023.03.17
Symbol.iterator
function.TreeContainer
erase
function.reverse
and sort
returned value to this
.Changelog
[4.3.0] - 2023.01.20
container
to Iterator
which means the container that the iterator pointed to.Queue
, separate Queue
from Deque
.Changelog
[4.2.0] - 2022.11.20
TreeNodeEnableIndex
.iterator access denied
error message to reduce the packing size.Container
and add general functions.LinkList
to do optimization.length
property to all the container.pop
function including popBack
and popFront
to all the container which has such function.eraseElementByKey
which means whether erase successfully.push
or insert
function which means the size of the container.updateKeyByIterator
.Changelog
[4.2.0-beta.1] - 2022.11.06
HashContainer
implementation to optimize.Changelog
[4.2.0-beta.0] - 2022.10.30
ts
sourcemap for debug mode.this
param for forEach
function.Changelog
[4.1.5] - 2022.09.30
find
, remove
, updateItem
and toArray
functions to PriorityQueue
.