shallow copy
Jump to navigation
Jump to search
See also: shallow-copy
English
[edit]Noun
[edit]shallow copy (plural shallow copies)
- (computing) A copy of a data structure which shares any linked structures with the original.
- If you modify that, you'll modify all the shallow copies of the header that points to it.