package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt
type t
val scan_short_right : t -> init:'a -> f:(elt -> 'a -> Shorten.t * 'a) -> 'a C.t
val scan_short_right_i : t -> init:'a -> f:(i:int -> elt -> 'a -> Shorten.t * 'a) -> 'a C.t
val scan_short_right_acc : acc:'acc -> t -> init:'a -> f:(acc:'acc -> elt -> 'a -> 'acc * Shorten.t * 'a) -> 'a C.t