documentation updates

Former-commit-id: 39653082c9cd026299f6fcabef7446d569704e1f
This commit is contained in:
2023-08-14 15:20:02 +02:00
parent 70a77c9ec6
commit 845c76abeb
30 changed files with 4303 additions and 117 deletions

View File

@@ -17,6 +17,10 @@ Several OBITools (*e.g.* obigrep, obiannotate) allow the user to specify some si
the length of a sequences, the number of element in a map like `annotations`, the number
of elements in an array. The reurned value is an `int`.
**`contains(map,key)`**
: Tests if the `map` contains a value assciated to `key`
### Cast functions {.unnumbered}
**`int(x)`**