package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt
type t
val fold_short_right : t -> init:'b -> f:(elt -> 'b -> Shorten.t * 'b) -> 'b
val fold_short_right_i : t -> init:'b -> f:(i:int -> elt -> 'b -> Shorten.t * 'b) -> 'b
val fold_short_right_acc : acc:'acc -> t -> init:'b -> f:(acc:'acc -> elt -> 'b -> 'acc * Shorten.t * 'b) -> 'b