View Source Ravix.RQL.Tokens.Limit (ravix v0.0.3)
Link to this section Summary
Link to this section Types
@type t() :: %Ravix.RQL.Tokens.Limit{ next: non_neg_integer(), skip: non_neg_integer(), token: atom() }
Link to this section Functions
@spec limit(non_neg_integer(), non_neg_integer()) :: t()