RDF.List.values
You're seeing just the function
values
, go back to RDF.List module for more information.
Specs
values(t()) :: Enumerable.t()
The values of a RDF.List
as an Elixir list.
Nested lists are converted recursively.