Lilv.Nodes
type t
A collection of nodes.
val length : t -> int
Length of the collection.
val iter : (Node.t -> unit) -> t -> unit
Iterate a function on a collection.
val to_list : t -> Node.t list
Convert collection to list.