We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type a = Map<Zip<Zip<Zip<Zip<IterMut<'_, f64, Dim<[usize; 2]>>, Iter<'_, f64, Dim<[usize; 2]>>>, Iter<'_, f64, Dim<[usize; 1]>>>, Iter<'_, f64, Dim<[usize; 2]>>>, Iter<'_, bool, {unknown}>>, impl Fn(((((&mut f64, &f64), &f64), &f64), &bool)) -> (&mut f64, &bool, &bool, &bool, &bool)> ;
type a = Map< Zip< Zip< Zip< Zip<IterMut<'_, f64, Dim<[usize; 2]>>, Iter<'_, f64, Dim<[usize; 2]>>>, Iter<'_, f64, Dim<[usize; 1]>>, >, Iter<'_, f64, Dim<[usize; 2]>>, >, Iter<'_, bool, { unknown }>, >, impl Fn(((((&mut f64, &f64), &f64), &f64), &bool)) -> (&mut f64, &bool, &bool, &bool, &bool), >;
return error
SyntaxError: Unexpected token, expected "," (1:71)
SyntaxError: Unexpected token, expected "," (1:71) > 1 | type a = Map<Zip<Zip<Zip<Zip<IterMut<'_, f64, Dim<[usize; 2]>>, Iter<'_, f64, Dim<[usize; 2]>>>, Iter<'_, f64, Dim<[usize; 1]>>>, Iter<'_, f64, Dim<[usize; 2]>>>, Iter<'_, bool, {unknown}>>, impl Fn(((((&mut f64, &f64), &f64), &f64), &bool)) -> (&mut f64, &bool, &bool, &bool, &bool)> ; | ^
loc: { start: { line: 1, column: 71 } },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Input code
Output code
Additional context
return error
loc: { start: { line: 1, column: 71 } },
The text was updated successfully, but these errors were encountered: