FUNCTION regular_indexing (sub : LIST [0:?] OF INTEGER; base : zero_or_one; shape : LIST [1:?] OF positive_integer; inc : LIST [1:?] OF INTEGER; first : INTEGER) : INTEGER; LOCAL |
public class FRegular_indexing public static Value run(SdaiContext _context, Value sub, Value base, Value shape, Value inc, Value first) |