docs: add MutSpan<T> to primitives type table#34
Open
DarlingtonDeveloper wants to merge 1 commit into
Open
Conversation
MutSpan<T> is used throughout the docs and examples but was missing from the canonical type table on the primitives page. Also clarifies Span<T> as read-only to contrast with the mutable variant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@DarlingtonDeveloper is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
gke0op
added a commit
to gke0op/zero
that referenced
this pull request
May 18, 2026
- Add MutSpan<T> to Memory And Ownership primitives table (vercel-labs#34) - Add expected zero --version output to getting started (vercel-labs#33) - Add PATH persistence note for shell profile (vercel-labs#33)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MutSpan<T>to the Memory And Ownership table inprimitives.mdSpan<T>as "read-only" to contrast with the mutable variantContext
MutSpan<T>is used throughout the docs (learn-zero.md,language-reference.md,modules/mem.md,modules/fs.md) and in examples on the primitives page itself, but was missing from the canonical type table. This makes it harder for new users to find its definition when scanning the reference.Test plan
npm run docs:testpasses🤖 Generated with Claude Code