_octr 0.0.1
_octr: ^0.0.1 copied to clipboard
Internal package, The _octr is odroe/odroe packages shared container.
0.0.1 - 2024-01-11 #
Added #
- Initial release of the
_octr
package. - Implemented
createWeakMap<T>
function for creating and managingExpando
objects. - Support for both marked and unmarked Expando containers.
- Basic type safety checks for marked containers.
Features #
- Create or retrieve type-specific Expando objects.
- Option to use custom marks for Expando identification.
- Weak reference management for unmarked Expando objects.
Notes #
- This is an internal package used by odroe/odroe projects.
- The implementation is designed for simplicity and does not include explicit thread-safety mechanisms.