containers.Map(keyset, valueset) from Matlab to Julia

The standard Julia Dict container is like the Matlab map container. The Dict container is more general than Matlab’s map because it allows keys of arbitrary types.

1 Like