sway
sway copied to clipboard
Typed Pointers
- [ ] Tests are failing. Fix parsing of
__ptr[T]and__slice[T]. - [ ] Replicate
raw_ptrandraw_slicetests for the typed variants. - [ ] Contact the SDK team and make sure this actually opens up the way for returning
Vec<T>s from scripts. (Even though we need to convert them into a slice first.)