Cut out some exceptions-creation overhead
Call a combined new+init, and don't create an arg tuple just to immediately slice into it.
Showing
Please register or sign in to comment
Call a combined new+init, and don't create an arg tuple just to immediately slice into it.