Y
Hacker News
new
|
ask
|
show
|
jobs
by
nicwilson
344 days ago
`private` is only private to the module, not the struct/class, (In other words, all functions in the same module are all C++ style `friend`s) and so free function in same module work.