We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@bitzoic wrote:
There seems to be a lot of inline documentation missing from the std-lib docs. For example, in StorageBytes only the Abi encode and decode implementations are shown: https://fuellabs.github.io/sway/master/std/storage/storage_bytes/struct.StorageBytes.html sway/sway-lib-std/src/storage/storage_bytes.sw Line 11 in 7aa59f9 impl StorableSlice<Bytes> for StorageKey<StorageBytes> { Or Vec, which doesn't show any implementations: https://fuellabs.github.io/sway/master/std/vec/struct.Vec.html# sway/sway-lib-std/src/vec.sw Line 149 in 7aa59f9 impl<T> Vec<T> { (edited)
There seems to be a lot of inline documentation missing from the std-lib docs. For example, in StorageBytes only the Abi encode and decode implementations are shown: https://fuellabs.github.io/sway/master/std/storage/storage_bytes/struct.StorageBytes.html
sway/sway-lib-std/src/storage/storage_bytes.sw
Line 11 in 7aa59f9
sway/sway-lib-std/src/vec.sw
Line 149 in 7aa59f9
The text was updated successfully, but these errors were encountered:
9e1c320
sdankel
Successfully merging a pull request may close this issue.
@bitzoic wrote:
The text was updated successfully, but these errors were encountered: