We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[:]
I don't see anything bad in having [:] syntax sugar for Slice component
Slice
#extern(list list_slice, string string_slice, bytes byte_slice) pub def Slice<T list<any> | string | bytes>(from int, to int) (T)
I think it should work as in Python, but we need to make sure it's type-safe (and if that even possible)
Related to #28
The text was updated successfully, but these errors were encountered:
emil14
No branches or pull requests
I don't see anything bad in having
[:]
syntax sugar forSlice
componentI think it should work as in Python, but we need to make sure it's type-safe (and if that even possible)
Related to #28
The text was updated successfully, but these errors were encountered: