wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

-Exposing properties of FunctionInfo #21

Closed Strobocop closed 6 years ago

Strobocop commented 6 years ago

Guessing these were meant to be public...unless in the spirit of the Runtime library I was only meant to reflect those values using property.get() 😄.

wickwirew commented 6 years ago

Good catch, thanks!