Zhughes3
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Zhughes3 commented, -
Zhughes3 created a post, CompletedInvalid argument for the len function - IDE complaining about syntax errors concerning valid use of Go generics
The slices.Filter function returns a slice of generics: `[]T`. This is valid and builds but the syntax is being complained about by GoLand. Do I have a setting misconfigured? The IDE is set up to u...