The current Fn struct only stores type and attribute info.
Perhaps something like @hasDecl / @hasField for function/param names.
The current Fn struct only stores type and attribute info.
Perhaps something like @hasDecl / @hasField for function/param names.
nope (ten character requirement)
rough (ten character requirement)
Further context:
Parameter names are effectively documentation comments (from the caller’s point of view). I don’t know what your use case but see mlugg’s comment near the bottom of the linked issue which suggests using regular structs as parameters if you need a name that you can reflect on.