lib/collections.ex

defmodule Collections do
  @moduledoc """
  A library provides efficient implementations of the most common general purpose programming data structures.
  """
end