View Source TypeResolver.Types.MapFieldAssocL (TypeResolver v0.1.2)

Representation of the spec of an optional field in a map-literal, e.g. %{:a => integer()}

It consists of the following:

  • a key
  • a value

Summary

Types

@type t() :: %TypeResolver.Types.MapFieldAssocL{k: any() | nil, v: any() | nil}