?
wrap
Summary​
Ensures that a value is an array, creating one if necessary
Description​
Fields​
value​
A value which should be an array. If an array is provided, nothing will happen. Otherwise, an array will be created with this value as the only item. If the value is null, an empty array will be returned.
Helpful?