Binary.Dict
This module implements a dictionary that forces the keys to
be converted to binaries on insertion. Currently it is
implemented using a List.Dict underneath, but this may
change in the future.
Check the Dict module for examples and documentation.
Functions summary
| new() |
| new(pairs) |
| new(pairs, transform) |