Skip to content

Commit 2963875

Browse files
Remove documentation for @Matchable internal types
- Remove AtIndex docstring as it's an internal @Matchable type - Remove AtIndex from api.md documentation These are internal implementation details and should not be part of the public API documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3a2d1de commit 2963875

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/src/api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ SymbolicUtils.SetArray
104104
SymbolicUtils.MakeArray
105105
SymbolicUtils.MakeSparseArray
106106
SymbolicUtils.MakeTuple
107-
SymbolicUtils.AtIndex
108107
```
109108

110109
### Parallelism

src/code.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -446,17 +446,6 @@ SetArray
446446

447447
SetArray(inbounds, arr, elems) = SetArray(inbounds, arr, elems, false)
448448

449-
"""
450-
AtIndex(i, elem)
451-
452-
Represent an element at a specific index in an array.
453-
454-
This is used internally for array indexing operations in code generation.
455-
456-
# Fields
457-
- `i`: The index
458-
- `elem`: The element at that index
459-
"""
460449
@matchable struct AtIndex <: CodegenPrimitive
461450
i
462451
elem

0 commit comments

Comments
 (0)