pull/1/head
ondra05 2021-12-09 00:35:43 +01:00
parent 9b242843a1
commit 784992e65e
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@ impl ops::Div for Value {
.collect(),
}
}
Functio::Chain { .. } => todo!(":P"),
Functio::Eval(s) => {
let len = s.len();
Functio::Eval(s.chars().take((len as f64 * fraction) as usize).collect())