package lsp

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

Module Stdune.Appendable_listSource

Appendable lists: concatenation takes O(1) time, conversion to a list takes O(n).

Sourcetype 'a t
Sourceval empty : 'a t
Sourceval singleton : 'a -> 'a t
Sourceval (@) : 'a t -> 'a t -> 'a t
Sourceval concat : 'a t list -> 'a t
Sourceval to_list : 'a t -> 'a list
OCaml

Innovation. Community. Security.