pike.git/
lib/
modules/
Array.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-09-06
2003-09-06 09:24:22 by Johan Sundström <oyasumi@gmail.com>
00d38080fa46e792373ae5638fe1ee38ba06df3d (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed broken autodoc.
Rev: lib/modules/Array.pmod:1.97
783:
//! Splits an array in two, according to an arbitration function //! @[arbiter]. The elements in @[a] who return non-zero for the
-
//! expression @[arbiter]( @[a][@i{i@}],
@
[extra_args] ) end up in
+
//! expression @[arbiter]( @[a][@i{i@}],
@@@
[extra_args] ) end up in
//! the first sub-array, the others in the second. The order is //! preserved from the original array. //! @example