You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added current() chemical that allows you to look at the current element that has been returned from previous calls to next().
Bug Fixes
Found a bug in the trait() function that needlessly returned a closure rather than the class/function it was wrapping. Since it's only job is to add the class/function to the it class, it didn't need to also return the wrapper function.