Pārlūkot izejas kodu

update documentation

Vladislav Folts 10 gadi atpakaļ
vecāks
revīzija
4d264f4177
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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.