@hackage / weak-bag

Mutable bag backed by weak pointers to each item

Latest0.1.0.0

About

Metadata

  • Last updated , by chessai
  • License BSD-3-Clause
  • Maintained by: chessai1996@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

This module defines the WeakBag type, which represents a mutable collection of items that does not cause the items to be retained in memory. It is useful for situations where a value needs to be inspected or modified if it is still alive, but can be ignored if it is dead.