Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not represented directly in memory in its raw form right where the value is placed, but rather stored somewhere else (usually the heap) / in an opaque manner and accessed via an indirection, such as a pointer / reference. Often involved in making things polymorphic, because different types usually have different representations in memory even if they implement the same interface, so they need to be boxed.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: