builtins::collections

Function to_list

Source
pub fn to_list(environment: &mut SloshVm, src: Value) -> VMResult<Value>
Expand description

Usage: (to-list any)

Turns any one value into a list. If that value or if it was a sequence a new sequence with the same values.

Section: core