... char| !ch.is_ascii_digit()) .map(|i| i + 1) .unwrap_or(0); let (text, ... if operators.next().is_some() { return Err(MathError::SurplusOperator); } ...
確定! 回上一頁