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
withParams*: drop redundant call to 'length' by using 'withArrayLen'
We encode various arrays of the same length through 'withArray'.
Each of these computes the length, so we might as well take the
length from one of these.
0 commit comments