Returns an array that only contains the given element
Optional
the element to wrap
an array that only contains the given element
singleton('foobar'); // ['foobar'] Copy
singleton('foobar'); // ['foobar']
Returns an array that only contains the given element