This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Add the ability to hide certain underscored attributes #232
Labels
enhancement
New feature or request
A project I'm working on makes use of
@_specialize
as an alternative to inlining in certain circumstances. It can be a really great tool for getting the best performance with the smallest code size. Unfortunately, it leads to quite a bit of noise in the documentation.It would be great if there was a way to hide these.
@_specialize
is irrelevant to anybody who uses an API - essentially what it does is, well, generates specialisations of a generic function, and within the function call, figures out if there's an optimised copy to dispatch to. Basically it's like making the compiler write:The text was updated successfully, but these errors were encountered: