浏览代码

update documentation

Vladislav Folts 10 年之前
父节点
当前提交
4d264f4177
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/wiki/eberon-array-methods.md

+ 2 - 0
doc/wiki/eberon-array-methods.md

@@ -12,4 +12,6 @@
         elementIndex := -1
     END;
 
+That is a lot of code and it cannot be reused in a library (element type can vary). On the other side this operation is used pretty often so it was implemented as [[Eberon|eberon]] extension.
+
 *indexOf* can be applied only if elements type can be used in relation operation, i.e. it cannot be applied to array of records or array of arrays.