some update.

This commit is contained in:
ykiko
2024-09-27 22:58:43 +08:00
parent f976e31ed5
commit 91bce3aa0c
11 changed files with 172 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ namespace clice {
// - `string data`: Contains all string characters, stored sequentially.
/// Pack the CSIF into a binary buffer.
std::unique_ptr<char[]> pack(const CSIF& csif);
std::unique_ptr<char[]> pack(CSIF csif);
/// Unpack the binary buffer into a CSIF.
/// NOTE: the data should be mutable. when the first load it,