Browse Source

update documentation

Vladislav Folts 10 năm trước cách đây
mục cha
commit
4d264f4177
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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.