View Source TypeResolver.Types.ListT (TypeResolver v0.1.2)
Representation of the spec of a list-type, e.g. list(integer())
It consists of the following:
- the type of the list elements
Summary
Types
@type t() :: %TypeResolver.Types.ListT{inner: any() | nil}