see context in this commit: https://github.com/nim-lang/Nim/commit/37986d0ba8d83b76e710b352a7da7cce2a5cb157
typetraits.nim defines:
proc supportsCopyMem*(t: typedesc): bool {.magic: "TypeTrait".}
## This trait returns true iff the type ``t`` is safe to use for
## `copyMem`:idx:. Other languages name a type like these `blob`:idx:.
...
however searching blob in https://nim-lang.github.io/Nim/typetraits.html#supportsCopyMem%2Ctypedesc search bar doesn't point to supportsCopyMem (and doc of supportsCopyMem https://nim-lang.github.io/Nim/typetraits.html#supportsCopyMem%2Ctypedesc doesn't highlight blob as being a reference/idx)
ok thanks; indeed
`foo`:idx:
will end up in an entry in https://nim-lang.github.io/Nim/theindex.html
It would be nice if docsearch would also find it, and the foo would result in a link instead of plain text