Add util-dict-bst.

This commit is contained in:
Dominik Pantůček 2023-05-18 11:51:29 +02:00
parent 2514e93ce3
commit e68919641e
4 changed files with 305 additions and 4 deletions

View file

@ -229,6 +229,10 @@ Executes given command ```cmd``` with given argument list ```args```
writing all ```lines``` to its standard input and then reads all the
process output.
### Keyword Arguments
TODO
### List
(import util-list)
@ -443,6 +447,10 @@ Returns a new lset instance from ```ls1``` with all elements in
Returns true if the sets contain exactly the same values.
### Stdout
TODO
### String
(import util-string)