Zhughes3
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Invalid argument for the len function - IDE complaining about syntax errors concerning valid use of Go generics
CompletedThe 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...