veryl icon indicating copy to clipboard operation
veryl copied to clipboard

[Feature] Default value of generics parameter

Open taichi-ishitani opened this issue 9 months ago • 0 comments

I think it would be nice generics parameters have their default value like parameter.

function foo::<W = 2> -> logic<W> {
}

taichi-ishitani avatar May 13 '24 05:05 taichi-ishitani