Closed mjhouse closed 1 year ago
This probably isn't going to happen, because maintaining internal references/mutable references to other structs is so dicey. I'm thinking I'll take a more verbose but easier-to-reason-about approach and have functions be standalone until they're set back on a table.
Resolved by #50
Is your feature request related to a problem? Please describe. SymbolItems are generic over data and functions, and there's no function-specific functionality on them.
Describe the solution you'd like This struct would provide additional function-specific methods and attributes: the name, visibility etc.