pub fn roll_shuffle(list: &Value) -> DogeResultExpand 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).
pub fn roll_shuffle(list: &Value) -> DogeResultroll.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).