pike.git/
lib/
modules/
Array.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2018-01-12
2018-01-12 12:09:30 by Stephen R. van den Berg <srb@cuci.nl>
bf2c0d9af647934a257378bdd6c3552b1cb015b2 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Equvivalent and equivalent are not equivalent.
252:
//! Get multiple columns from an array. //!
-
//! This function is
equvivalent
to
+
//! This function is
equivalent
to
//! @pre{ //! map(ind, lambda(mixed i) { return column(x, i); }) //! @}