I want to create an operator with an arrow beneath, like \varinjlim. Writing $\mathop{\mathsf{elts}}\limits_{\longrightarrow}(F)$ gives me roughly what I want, but there is a bigger space over the arrow, and the arrow head is smaller than in \varinjlim. See below.
\documentclass{article}
\usepackage{amsmath}
\begin{document}
$\mathop{\mathsf{elts}}\limits_{\longrightarrow}(F)$ $\varinjlim(D)$
\end{document}
How can I get the same spacing and arrow size as $\varinjlim$?


\varinjlimwithout redefining\varinjlimitself – Werner Dec 29 '22 at 01:01