Explore >> Select a destination


You are here

schneems.com
| | kristoff.it
9.1 parsecs away

Travel
| | Let's take a quick look at what compile-time execution looks like in Zig.
| | www.schneems.com
0.8 parsecs away

Travel
| | The only way to be heard in programming these days is to start fires, and kill sacred cows. To which I'll say: Fuck. That. Here's how I write tests, and writ...
| | www.mikeash.com
6.6 parsecs away

Travel
| |
| | www.foonathan.net
52.3 parsecs away

Travel
| If you want a function that returns multiple values, you'd use a reference and assign the outputs to that. But using a reference has a few drawbacks - it is not obvious in the caller, requires default construction etc. This post will explain why you sometimes need output parameters and how to fix their problems.