Set vs bag
No edit summary
m ((username removed) (log details removed): Moving to Documentation namespace)
(No difference)

Revision as of 21:02, 20 December 2023

This page was created by Hans.karlsen@mdriven.net on 2019-11-25. Last edited by Edgar on 2025-01-20.

Set{1,2,3} Bag{1,2,3}

Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped.

Bag can have multiple instances of objects.

See also: Collections