y_ex
v0.3.4

      View Source Yex.Map (y_ex v0.3.4)

      A shareable Map type.

      Summary

      Types

      t()

      Functions

      delete(map, key)
      get(map, key)
      set(map, key, content)
      size(map)
      to_json(map)
      to_map(map)

      Types

      Link to this type

      t()

      View Source
      @type t() :: %Yex.Map{reference: any()}

      Functions

      Link to this function

      delete(map, key)

      View Source
      Link to this function

      get(map, key)

      View Source
      Link to this function

      set(map, key, content)

      View Source
      Link to this function

      size(map)

      View Source
      Link to this function

      to_json(map)

      View Source
      Link to this function

      to_map(map)

      View Source

      Hex Package Hex Preview Download ePub version

      Built using ExDoc (v0.34.2) for the Elixir programming language