We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can use templates for classes and functions. Template arguments can only be types. The type name must end with _t.
&Class<foo_t>
{
*foo_t a; // Need * if definition is not known at the beginning
public ..f<_t>(_t x) _t
ret x;
}
&Class!char? af!int?(0);