Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
barsonme
on May 16, 2015
|
parent
|
context
|
favorite
| on:
Go: A Surprising Edge Case Concerning Append and S...
A slice is:
type sliceStruct struct { array unsafe.Pointer len int cap int }
I think you both _mean_ the same thing, just the previous poster is focusing on the entire struct itself, and you're focusing on the 'array' member of the struct.
Or I'm just babbling.
amelius
on May 16, 2015
[–]
My point was that hiding a pointer in a struct does not magically make the aliasing go away.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Or I'm just babbling.