Skip to content

Commit 493684e

Browse files
committed
Removed redundant second entry for .flat
1 parent 15f0b2b commit 493684e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

S29-functions.pod

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
=encoding utf8
32

43
=head1 TITLE
@@ -336,13 +335,6 @@ lexical scope via the $?NF and $?ENC compile-time constants).)
336335

337336
Forces generic Item context on its argument, and returns it.
338337

339-
=item flat
340-
341-
our List multi flat ( *@list )
342-
343-
Forces flat context on its arguments, and returns them.
344-
The heavy work is done by the C<*@> binding.
345-
346338
=item list
347339

348340
our List multi list ( Iterable $item ) { $item.iterator.list }

0 commit comments

Comments
 (0)