Meta meta¶
Returns metadata about a value.
Work in Progress
Meta is not yet implemented for all types. Support is being expanded.
Info
- Returns a dictionary containing type information
- Different types have different metadata fields
- Useful for runtime type inspection
Tip
Use meta to inspect object properties or implement generic functions