提交 39d4316a 编写于 作者: F FeehanG 提交者: BayoNet

Update array_functions.md (#75)

上级 b8e5383e
...@@ -794,13 +794,13 @@ Synonym for ["arrayReverse"](#array_functions-arrayreverse) ...@@ -794,13 +794,13 @@ Synonym for ["arrayReverse"](#array_functions-arrayreverse)
## arrayFlatten {#arrayflatten} ## arrayFlatten {#arrayflatten}
Converts array of arrays to a flat array. Converts an array of arrays to a flat array.
Function: Function:
- Applies for any depth of nested arrays, but all the elements should lay at the same level. - Applies to any depth of nested arrays, but all the elements must be on the same level.
For example, the `[[[1]], [[2], [3]]]` array can be flattened, but the `[[1], [[2], [3]]]` array can't be flattened. For example, array `[[[1]], [[2], [3]]]` can be flattened, but array `[[1], [[2], [3]]]` can't.
- Does not change arrays that are already flat. - Does not change arrays that are already flat.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册