Solid.Range (solid v1.0.0-rc.0)
View SourceRange representation
(first..last) (1..5)
Summary
Types
@type t() :: %Solid.Range{ finish: Solid.Argument.t(), loc: Solid.Parser.Loc.t(), start: Solid.Argument.t() }
Functions
@spec parse(Solid.Lexer.tokens()) :: {:ok, t(), Solid.Lexer.tokens()} | {:error, binary(), Solid.Lexer.loc()}