@artel/en-artel-system 0.6.25230 → 0.6.25232
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,9 +48,6 @@
|
|
48
48
|
|
49
49
|
функция для-каждого(действие) ->
|
50
50
|
for-each(action)
|
51
|
-
|
52
|
-
функция перебор() ->
|
53
|
-
enumerator()
|
54
51
|
}
|
55
52
|
|
56
53
|
тип Массив<Т> -> Array<T>
|
@@ -121,9 +118,6 @@
|
|
121
118
|
функция заполнить(элемент, начало, количество) ->
|
122
119
|
fill(element, start, count)
|
123
120
|
|
124
|
-
функция заполнить(элемент, начало, конец) ->
|
125
|
-
fill(element, start, end)
|
126
|
-
|
127
121
|
функция отсортировать(сравнение) ->
|
128
122
|
sort(comparison)
|
129
123
|
}
|
@@ -49,9 +49,6 @@
|
|
49
49
|
|
50
50
|
функция для-каждого(действие) ->
|
51
51
|
for-each(action)
|
52
|
-
|
53
|
-
функция перебор() ->
|
54
|
-
enumerator()
|
55
52
|
}
|
56
53
|
|
57
54
|
тип Список<Т> -> List<T>
|
@@ -149,9 +146,6 @@
|
|
149
146
|
функция заполнить(элемент, начало, количество) ->
|
150
147
|
fill(element, start, count)
|
151
148
|
|
152
|
-
функция заполнить(элемент, начало, конец) ->
|
153
|
-
fill(element, start, end)
|
154
|
-
|
155
149
|
функция отсортировать(сравнение) ->
|
156
150
|
sort(comparison)
|
157
151
|
}
|
@@ -21,8 +21,8 @@
|
|
21
21
|
тип ПосредникПеременнойОбъекта<Т, В> ->
|
22
22
|
ObjectVariableProxy<T, O>
|
23
23
|
{
|
24
|
-
создание(начальное-значение) ->
|
25
|
-
|
24
|
+
// создание(начальное-значение) ->
|
25
|
+
// (initial-value)
|
26
26
|
|
27
27
|
операция прочитать(объект-владелец, имя, место-чтения) ->
|
28
28
|
read(owner-object, name, read-location)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@artel/en-artel-system",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.25232",
|
4
4
|
"description": "*A* Artel (EN)",
|
5
5
|
"author": "Nezaboodka Team <contact@nezaboodka.com>",
|
6
6
|
"license": "LGPL-3.0-or-later",
|
@@ -11,6 +11,6 @@
|
|
11
11
|
"Translations"
|
12
12
|
],
|
13
13
|
"dependencies": {
|
14
|
-
"@artel/ru-artel-system": "^0.6.
|
14
|
+
"@artel/ru-artel-system": "^0.6.25232"
|
15
15
|
}
|
16
16
|
}
|