Y
Hacker News
new
|
ask
|
show
|
jobs
by
monocasa
2262 days ago
The ambiguous const generics have to be surrounded by { }:
fn function<T, { ambigous const generic expression }>(arg1: T) -> T {