Recently in a question on Math.SE, I have seen for the first time in my life an unknown symbol of double binomial coefficient. It is simply possible to make it with a code of this style:
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath,amssymb}
\begin{document}
\begin{equation}
\left(!!\binom{n}{k}!!\right)
\end{equation}
\end{document}
Is there a direct command that produces the double round bracket symbol? I have seen this same answer very old but I not like :-( Multiset notation in LaTeX.
After almost 10 years is there a command in some package?

