Is it possible to have a function reference with a...
# getting-started
t
Is it possible to have a function reference with a specified type argument? I tried
val a = ::func<Int>
but it tells me that type arguments are not allowed