top | item 23543940

(no title)

vlads_ | 5 years ago

Well, you can :) https://play.golang.org/p/sum21uSy1Ae

discuss

order

grey-area|5 years ago

For certain values of can.

vlads_|5 years ago

Never said it was a good idea. It's inefficient, unsafe and hard to read but, as far as I can tell any generic function with concrete return types can be written using reflect (and any generic function with generic return types can be written also, it just requires the caller to manually cast from an interface{} to the correct type).

So, that's an interesting thing.

srathi|5 years ago

This is an awesome use of the reflect package!