View Source TypeResolver.Types.MapFieldExactL (TypeResolver v0.1.0)

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

It consists of the following:

  • a key
  • a value

Summary

Types

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