weak_collections 1.1.0 copy "weak_collections: ^1.1.0" to clipboard
weak_collections: ^1.1.0 copied to clipboard

Collection of soft references.

1.1.0 #

  • WeakSet中操作null时直接返回不处理

1.0.1 #

  • WeakMap中增加[]=null操作视为remove.

1.0.0 #

  • 初步完成WeakMap与WeakSet.