Ergo.ParserRefs.next_ref

You're seeing just the function next_ref, go back to Ergo.ParserRefs module for more information.

Returns the next parser ref id, a monotonically increasing value starting at 0

Examples

iex> assert is_integer(Ergo.ParserRefs.next_ref())