Wyvern.Type.Integer (wyvern v1.0.3)

Copy Markdown

Summary

Types

t()

@type t() :: %Wyvern.Type.Integer{width: width()}

width()

@type width() :: pos_integer()

Functions

new(width)

@spec new(pos_integer()) :: t()