package plato

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module WindowsPath.PathParentsSource

Sourcetype t
Sourcetype path = t
include Collections.Abc.SEQUENCE with type key := int and type e := path and type t := t
include Collections.Abc.MIN_SEQUENCE with type e := path and type t := t and type key := int
Sourceval getitem : int -> t -> path
include Collections.Abc.REVERSIBLE with type e := path and type t := t and type key := int
include Collections.Abc.ITERABLE with type e := path and type t := t and type key := int
Sourceval reversed : (int -> path -> unit) -> t -> unit
Sourceval reversed_fold : (int -> path -> 'acc -> 'acc) -> t -> 'acc -> 'acc
include Collections.Abc.COLLECTION with type e := path and type t := t and type key := int and type i := path
include Collections.Abc.SIZED with type t := t
Sourceval len : t -> int
include Collections.Abc.ITERABLE with type e := path and type t := t and type key := int
Sourceval iter : (int -> path -> unit) -> t -> unit
Sourceval fold : (int -> path -> 'acc -> 'acc) -> t -> 'acc -> 'acc
include Collections.Abc.CONTAINER with type t := t and type i := path
Sourceval contains : path -> t -> bool
OCaml

Innovation. Community. Security.