> I was hoping this would make it into version 1, especially because it sounded 
> like writetracking is the foundation for move semantics etc.

There is some overlap but `sink` parameters do not need write tracking. Write 
tracking computes "may write to", `sink` means "consumes exactly once". 

Reply via email to