pub fn is_iterable(v: Value) -> bool
Checks if this value can be iterated over.
{{ [1, 2, 3] is iterable }} -> true {{ 42 is iterable }} -> false