Skip to content

Commit

Permalink
chore: document BoundedVec (#5974)
Browse files Browse the repository at this point in the history
# Description

## Problem

Part of #5797

## Summary

This PR copies the docs from the `.md` file to the `.nr` file.

## Additional Context

I'll be sending one PR per `.md` file. It looks like they are 36 in
total so it will take some time to port all the docs, but not that much.
And this way reviewing these PRs will be more manageable.

For now examples are copied inline into the `.nr` file. Eventually we
could maybe have `nargo test` run or at least type-check these example

## Documentation

Check one:
- [ ] No documentation needed.
- [x] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
asterite authored Sep 9, 2024
1 parent 65da598 commit ec442d4
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 19 deletions.
Loading

0 comments on commit ec442d4

Please sign in to comment.