I guess this defeats what you were trying to accomplish, but does this
answer your needs? https://play.golang.com/p/5kPX8F_u24l

Cheers,

On Fri, Aug 26, 2022 at 9:42 AM Frank Schröder <frank.schroe...@gmail.com>
wrote:

> Thank you. Are there plans to add a type constraint which would allow
> this? Maybe something like this?
>
> func slice[From implements To, To any](from []From) []To { ... }
>
> On Wednesday, August 24, 2022 at 7:30:22 AM UTC+2 Ian Lance Taylor wrote:
>
>> On Tue, Aug 23, 2022 at 8:27 PM Frank Schröder
>> <frank.s...@gmail.com> wrote:
>> >
>> > Is it possible to write a generic function which converts a slice of a
>> concrete type to a slice of an interface that type implements? Something
>> like this...
>>
>> I don't think so, at least not for any interface type. Sorry.
>>
>> Ian
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/4ebf8ab4-7b5a-4ea1-b6f6-45b1c0cdb06en%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/4ebf8ab4-7b5a-4ea1-b6f6-45b1c0cdb06en%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAMaoJV%3Ddenyxu1cyUoNs%3D7kTkO0oVuwYHsJOdTarTDUFGFkJEA%40mail.gmail.com.

Reply via email to