package pbrt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val 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.