Sign in
qemu
/
meson
/
refs/heads/fixcygwin
/
.
/
docs
/
markdown
/
snippets
/
array-flatten.md
blob: eaab19c5b2be7615c0ba834ec199629a97caa297 [
file
] [
log
] [
blame
] [
view
]
## Array `.flatten()` method
Arrays
now have a
`.flatten()`
method
,
which turns nested arrays
into
a single
flat array
.
This
provides the same effect that
Meson
often does to arrays
internally
,
such
as
when
passed to most
function
arguments
.