Skip to main content

roll_shuffle

Function roll_shuffle 

Source
pub fn roll_shuffle(list: &Value) -> DogeResult
Expand description

roll.shuffle(list) — a new List holding the same elements in random order. The argument is left untouched (module functions are pure; only list methods mutate in place).