diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-12-23 03:33:56 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-12-23 03:33:56 -0500 |
commit | 3b0ad0c84111be433de39b8a74c03db7e99cb686 (patch) | |
tree | b7f7149953d1523a5824b0c04e4d31591e2bc0bd /spec | |
parent | 2ec32dac56b544bc4851a3efddf75ee5fd9314ed (diff) |
Add initial value functions
Diffstat (limited to 'spec')
-rw-r--r-- | spec/4.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ In the parameters, the first relates to the type of the struct given, or at leas `tnsl.box._vect` *must* be a raw struct which vector or simd instructions can be preformed on. -`tnsl.box._string` *must* be a raw struct which stores a string of text. This text may be ASCII or Unicode, and should be stored as `charp` values internally. +`tnsl.box._string` *must* be a raw struct which stores a string of text. This text may be ASCII or Unicode, and should be stored as `uint8` values internally. ## Section 3 - Cross calling C |