An open API service indexing awesome lists of open source software.

https://github.com/zebp/use_counted_cell

Cells that reset after a certain number of uses.
https://github.com/zebp/use_counted_cell

Last synced: about 2 months ago
JSON representation

Cells that reset after a certain number of uses.

Awesome Lists containing this project

README

        

# use_counted_cell
A `Cell` implementation that resets to it's inner value's default after a specified number of uses.

## Example
W.I.P.