Module ddash.utils.slice

Creates a slice out of arbitrary data

Functions

NameDescription
slice(value) Turns an object in to a slice. This function will not just work on arrays and ranges, but also on PODs by converting them in to a single element slice.