View Source argo_location_value (argo v1.0.8)

Summary

Types

-type t() :: #argo_location_value{line :: argo_types:varint(), column :: argo_types:varint()}.

Functions

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