Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/stdlib/data: improved wording describing example that is shape-like
The RGBLayout class itself is not shapelike, only instances of this class are shape-like. (i.e. `Shape.cast(RGBLayout)` would fail) It's worth being precise especially because in some cases the classes themselves are shape-like, for example in the case of Enums, the classes that inherit from Enum are shape-like.
- Loading branch information