This module provides a single function which obtains the reference count of the object being pointed to by the passed reference value. It also provides a debugging assertion that asserts a given reference has a count of only 1. OK giovanni@
5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
This module provides a single function which obtains the reference count
|
|
of the object being pointed to by the passed reference value. It also
|
|
provides a debugging assertion that asserts a given reference has a
|
|
count of only 1.
|