Dias
12/17/2018, 10:31 AMIt is a mix between a set and a map. Its elements have keys like in a map, but its keys are directly associated with elements, more like in a set.
But sets don't have keys, do they? And maps have their keys directly associated with values? Am I reading it wrong?Martin Devillers
12/17/2018, 10:48 AMDias
12/17/2018, 10:59 AMIt is an indexed set of Element instances. An indexed set is a mix between a set and a map. Every element in this set has a unique Key. Keys are compared by reference.
?Martin Devillers
12/17/2018, 11:00 AMStructure
sectionDias
12/17/2018, 11:01 AMMartin Devillers
12/17/2018, 11:02 AMCoroutineContext
and a set as well, it’s more like a map, I agree.Dias
12/17/2018, 11:35 AM