package b0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Software construction and deployment kit
Install
dune-project
Dependency
Authors
Maintainers
Sources
b0-0.0.5.tbz
sha512=00a6868b4dfa34565d0141b335622a81a0e8d5b9e3c6dfad025dabfa3df2db2a1302b492953bbbce30c3a4406c324fcec25250a00b38f6d18a69e15605e3b07e
doc/b0_b00_kit/B00_fexts/index.html
Module B00_fextsSource
Sets of file extension sets.
File extension sets
The type for sets of file extensions.
The type for files mapped by their extension.
v exts is a set for the given extensions.
ext e is the set that containes only e.
find_files exts m selects from m the files that have an extension in exts.
all_files m is concatenation of the list of files in m in no particular order.
exists_file exts fm s is true iff find_file fm s is not empty.
( + ) is B0_std.String.Set.union.
( - ) is B0_std.String.Set.diff.
Constant sets
image is ".eps", ".gif", ".ico", ".jpeg", ".jpg", ".pdf", ".png", ".ps" and ".tiff".
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page