Page MenuHomeDevCentral

Allow to map Vector elements into HashMap
ClosedPublic

Authored by dereckson on Jul 1 2023, 19:02.
Tags
None
Referenced Files
F5697916: D3217.id8244.diff
Fri, Mar 14, 10:54
Unknown Object (File)
Thu, Mar 13, 22:29
Unknown Object (File)
Thu, Mar 13, 19:57
Unknown Object (File)
Thu, Mar 13, 09:38
Unknown Object (File)
Tue, Mar 11, 09:09
Unknown Object (File)
Tue, Mar 11, 04:48
Unknown Object (File)
Mon, Mar 3, 20:44
Unknown Object (File)
Mon, Mar 3, 03:16
Subscribers
None

Details

Summary

Callback must return an array of exactly two elements:
[key, value]

It can takes in parameter ($value) or ($key, $value).

This array is used to build a HashMap with at most the
same number of elements than the vector.

If several identical keys are returned by the different
callback executions, the last value is kept.

This is the reverse operation from D3214.

Test Plan

Unit tests are provided.

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Jul 1 2023, 19:06
This revision was landed with ongoing or failed builds.Jul 1 2023, 19:06
This revision was automatically updated to reflect the committed changes.