Elektrine lite

← Feed

@numist@xoxo.zone

Post #1414453

2025-10-30 03:36 UTC

@_disfavoredOverload @catfish_man true, `some` is way better than `any`

Replies (1)

  • @Catfish_Man@mastodon.social 2025-10-30 03:39

    @numist @_disfavoredOverload one trick I love is to make the some/generic part inlinable, and implement it as “get a Span/UnsafeBufferPointer out then call a non-generic entry point with that”

    Open ##1414454