FunctionsΒ§
- expr_
ends_ πwith_ dot - Returns
trueif the printed representation of this expression ends with a.character β specifically, an unsuffixed float literal like0.or45.. This is used to insert whitespace before range operators (..,..=) so that the dots donβt merge (e.g.0. ..45.instead of0...45.). - reconstruct_
format_ πargs_ template_ string