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
xByPartition(bytes32_partition, <usual args for x>)
but this feels unintuitive because it should build on x, i.e., it is x with an extra argument to specify a parttion. Hence I would instead propose
xByPartition(<usual args for x>, bytes32_parttion)
Although the above is explicitly targeted at the xByPartition functions, it applies equally to any functions that follow the xByY. So, generally, I am suggesting: xByY(<usual x args>, <y specific args>).
The text was updated successfully, but these errors were encountered:
The proposed signature is
but this feels unintuitive because it should build on
x
, i.e., it isx
with an extra argument to specify a parttion. Hence I would instead proposeAlthough the above is explicitly targeted at the
xByPartition
functions, it applies equally to any functions that follow thexByY
. So, generally, I am suggesting:xByY(<usual x args>, <y specific args>)
.The text was updated successfully, but these errors were encountered: