View Source TypeResolver.Types.IntegerL (TypeResolver v0.1.0)
Representation of the spec of an integer-literal, e.g. 12
Summary
Types
@type t() :: %TypeResolver.Types.IntegerL{value: integer() | nil}
Representation of the spec of an integer-literal, e.g. 12
@type t() :: %TypeResolver.Types.IntegerL{value: integer() | nil}