You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with golang/go#45955 being accepted, we probably want to revamp our sliceop/f64s into a new sliceop package, importing all of stdlib's slices and adding our own stuff.
as a first deprecation step, sliceop/f64s could import sliceop "generic" funcs.
that's of course for when go-1.18 is out (and even for after go-1.19 is realeased)
The text was updated successfully, but these errors were encountered:
with golang/go#45955 being accepted, we probably want to revamp our
sliceop/f64s
into a newsliceop
package, importing all of stdlib'sslices
and adding our own stuff.as a first deprecation step,
sliceop/f64s
could importsliceop
"generic" funcs.that's of course for when go-1.18 is out (and even for after go-1.19 is realeased)
The text was updated successfully, but these errors were encountered: