Skip to content
New issue

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

Missing len fake-method for arrays and strings #573

Open
thetarnav opened this issue Jan 7, 2025 · 0 comments
Open

Missing len fake-method for arrays and strings #573

thetarnav opened this issue Jan 7, 2025 · 0 comments

Comments

@thetarnav
Copy link
Contributor

Related: #61

Dynamic arrays and slices have a thing.le -> len(thing) autocomplete, but not static arrays and strings.

arr:     [3]int       // X
dyn_arr: [dynamic]int //
slice:   []int        //
str:     string       // X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant