Use TObj to represent NDArrays and remove TNDArray #383
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#383
Loading…
Reference in New Issue
No description provided.
Delete Branch "enhance/issue-149-ndarray"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ndarray
is not a special type category.@ -8,0 +52,4 @@
}
}
/// The [definition IDs][DefinitionId] for primitive types.
That's definitely an improvement over the current code but I wonder if we should just use Enum and similar?
Added a new issue for that (#385)