On Wednesday, 27 November 2013 at 02:49:19 UTC, Adam D. Ruppe wrote: > The slice operator, [], returns a view into the array that can > be advanced by the encode function as needed. Thanks. Are slices passed (and returned) by value or by reference?