Essence.Document.enumerate_tokens

You're seeing just the function enumerate_tokens, go back to Essence.Document module for more information.
Link to this function

enumerate_tokens(document)

Specs

enumerate_tokens(
  document :: %Essence.Document{
    meta: term(),
    nested_tokens: term(),
    text: term(),
    type: term(),
    uri: term()
  }
) :: List.t()

Retrieve the list of all tokens contained in the given Essence.Document