buds
0.1
FORTRAN reference counted types
|
Welcome to the documentation of buds 0.1.1.
Implementation of generic interface for creating reference counted variables. Reference counted variables enables garbage-collection for variables with the added benefit of never having to dublicate data.
This is useful when using data-types/objects which you do not know when to delete because of unknown depedencies.