-
What exactly does .u.end do?
end:{(neg union/[w[;;0]])@:(`.u.end;x)}
I know the following:
1) that union/[w[;;0]]) is grabbing the handles as integers picking the ones which are repeated.2) Neg obviously makes these negative for async.
3) The apply each left then applies that to the list union/[w[;;0]])
4) the x is usually a date?What is this actually doing, and what is the significance of x as the date?
Log in to reply.