package frama-c
Platform dedicated to the analysis of source code written in C
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
TTristan Le Gall
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
MMuriel Roger
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
frama-c-27.1-Cobalt.tar.gz
sha256=5b13574a16a58971c27909bee94ae7f37b17d897852b40c768a3d4e2e09e39d2
doc/frama-c.kernel/Frama_c_kernel/Vector/index.html
Module Frama_c_kernel.Vector
Extensible Arrays
val create : unit -> 'a t
val length : 'a t -> int
val size : 'a t -> int
Same as length
val get : 'a t -> int -> 'a
Raise Not_found
if out-of-bounds.
val set : 'a t -> int -> 'a -> unit
Raise Not_found
if out-of-bounds.
val add : 'a t -> 'a -> unit
Element will be added at index size
. After addition, it is at index size-1
.
val addi : 'a t -> 'a -> int
Return index of added (last) element.
val clear : 'a t -> unit
Do not modify actual capacity.
val iter : ('a -> unit) -> 'a t -> unit
val iteri : (int -> 'a -> unit) -> 'a t -> unit
val find : 'a t -> ?default:'a -> ?exn:exn -> int -> 'a
Default exception is Not_found
. If a default
value is provided, no exception is raised.
val update : 'a t -> ?default:'a -> int -> 'a -> unit
Set value at index. If the updated index is greater of equal to the vector size, empty cells are inserted with the default value.
val to_array : 'a t -> 'a array
Makes a copy.
val of_array : 'a array -> 'a t
Makes a copy.
val capacity : 'a t -> int
Low-level interface. Internal capacity.
val resize : 'a t -> int -> unit
Low-level interface. Sets internal capacity. Extra elements are removed.
val shrink : 'a t -> unit
Low-level interface. Sets capacity to content.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>