Hacker News new | ask | show | jobs
by the_gipsy 1187 days ago
How can you call slices "little magic" when append may or may not modify the original slice?

So you pass something as a value, and something else as a pointer. But slices are passed as values but sometimes act like pointers.