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.

Source

Functions summary

new()
new(pairs)
new(pairs, transform)

Functions

new()

Source

new(pairs)

Source

new(pairs, transform)

Source