On Saturday, 10 January 2015 at 23:23:52 UTC, Ali Çehreli wrote:
On 01/10/2015 08:21 AM, Bauss wrote:
Is there a way to get all functions within a module using
traits? I
tried "allMembers" and it seem to work, but I can't use
"getFunctionAttributes" with it and if I use "getAttributes"
then it
On 01/10/2015 08:21 AM, Bauss wrote:
Is there a way to get all functions within a module using traits? I
tried "allMembers" and it seem to work, but I can't use
"getFunctionAttributes" with it and if I use "getAttributes" then it
won't find any applied attributes.
What I do is having a package m
Is there a way to get all functions within a module using traits?
I tried "allMembers" and it seem to work, but I can't use
"getFunctionAttributes" with it and if I use "getAttributes" then
it won't find any applied attributes.
What I do is having a package module with a staic constructor
whi