Elektrine lite

← Feed

@joe@f.duriansoftware.com

Post #3721955

2026-07-10 17:57 UTC

@zwarich@hachyderm.io @slava@mathstodon.xyz specialization in the sense of monomorphization, or C++ style ad-hoc replacement of generic implementations with overloads?

Replies (1)

  • @zwarich@hachyderm.io 2026-07-10 17:58

    @joe@f.duriansoftware.com @slava@mathstodon.xyz I meant the latter. In this case, you really want to specialize equality of slices for element types that implement bytewise equality, for example.

    Open ##3722306