Vize.SourceRange (Vize v0.12.0)

Copy Markdown View Source

A source span reported by Vize.

Summary

Types

t()

@type t() :: %Vize.SourceRange{
  end: Vize.SourceLocation.t() | nil,
  source: String.t() | nil,
  start: Vize.SourceLocation.t() | nil
}

Functions

new(map)

@spec new(map() | nil) :: t() | nil