View Source argo_location_value (argo v1.0.2)

Summary

Types

-type t() :: #argo_location_value{}.

Functions

-spec new(Line, Column) -> LocationValue
       when Line :: argo_types:i64(), Column :: argo_types:i64(), LocationValue :: t().