From b31765540d40675665d8a58f5fa4d1e23dd5ba64 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Tue, 21 Sep 2021 09:56:57 +0200 Subject: Fixed input args documentation. Fixed carr2 and carr3 clone functions. --- docs/csset_api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/csset_api.md') diff --git a/docs/csset_api.md b/docs/csset_api.md index 83774b37..f15d3a25 100644 --- a/docs/csset_api.md +++ b/docs/csset_api.md @@ -58,10 +58,10 @@ csset_X_value_t csset_X_value_clone(csset_X_value_t val); | Type name | Type definition | Used to represent... | |:---------------------|:--------------------------------------------------|:----------------------------| | `csset_X` | `struct { ... }` | The csset type | -| `csset_X_rawkey_t` | `RawKey` | The raw key type | -| `csset_X_rawvalue_t` | `csset_X_rawkey_t` | The raw key type | -| `csset_X_key_t` | `Key` | The key type | -| `csset_X_value_t` | `const Key` | The value: key is immutable | +| `csset_X_rawkey_t` | `i_rawkey` | The raw key type | +| `csset_X_rawvalue_t` | `i_rawkey` | The raw key type | +| `csset_X_key_t` | `i_key` | The key type | +| `csset_X_value_t` | `i_key ` | The value: key is immutable | | `csset_X_result_t` | `struct { csset_X_value_t* ref; bool inserted; }` | Result of insert/emplace | | `csset_X_iter_t` | `struct { csset_X_value_t *ref; ... }` | Iterator type | -- cgit v1.2.3