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
[std.traits] Improve docs and unittest for isFunction (#10904)
Note that `is(X == function)` is only true when X is a function type,
so the docs here were misleading.
Remove unnecessary `T` identifier in implementation.
Add tests.
0 commit comments