
The Handle module provides tools for creating and manipulating handle objects in Nelson.
Handle objects are lightweight references to larger data structures, enabling efficient memory management and data sharing between different parts of a program.
This module includes functions for creating, copying, and destroying handle objects, as well as for managing their lifetimes and ensuring proper cleanup.