On Sunday, 19 October 2025 at 21:30:40 UTC, Brother Bill wrote:

Please guide me to best practices with slice sharing.

Treat it as a design flaw, if your project need both slice and dynamic arrays and your causing spooky bugs, consider wrappers for slicing that disables appending and dynamic arrays that slicing returns explicit slices; pass dynamic arrays by ref.

Reply via email to