package pbrt

  1. Overview
  2. Docs

Module Pbrt.List_utilSource

Sourceval rev_iter_with : ('a -> 'b -> unit) -> 'a list -> 'b -> unit

iter_rev_with f l st iterate over the list in reverse order, passing items and st to f.

OCaml

Innovation. Community. Security.