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
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
use proper sigs where ever possible in our internal libraries.
1st, this catches arity and wrong argument types at compile-time.
2nd, this calling convention is faster than via @_
3rd, enhances the signatures #7 test coverage.
use proper sigs where ever possible in our internal libraries.
1st, this catches arity and wrong argument types at compile-time.
2nd, this calling convention is faster than via @_
3rd, enhances the signatures #7 test coverage.
See branch
featurex/gh7-sig+libs
https://github.com/perl11/cperl/commits/featurex/gh7-sig+libsThe text was updated successfully, but these errors were encountered: