> Case 2. Overloading for optimization, to avoid copy/reuse buffers we can have 
> 2 versions of a procedure, one with sink and one without, for example

That's not supported by Nim and so far I haven't seen convincing examples. If 
you want to take over ownership, you always want to leaving you with the sink T 
version only.

Reply via email to