The append operator will append arrays. This method always appends it's argument as an array element, so nested arrays can be created.
See Implementation
The append operator will append arrays. This method always appends it's argument as an array element, so nested arrays can be created.