og
og copied to clipboard
Function type as argument fails if not the last
Cannot define a function argument that is a function type other than to be the last defined argument, else the parser think the next one is part of the return type of that function
Temporary workaround: define a type and use it instead