|
SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
| template<domain D :shared3p , type T> | |
| void | keydb_set (string key, D T value) |
| template<domain D :shared3p , type T> | |
| void | keydb_set (string key, D T[[1]] value) |
Store a new value in the database.
| key | - the public key of the value. |
| value | - the value to store. |
| void keydb_set | ( | string | key, |
| D T | value | ||
| ) |
| void keydb_set | ( | string | key, |
| D T[[1]] | value | ||
| ) |