Skip to content
Snippets Groups Projects
Commit 407eb9ab authored by Janis Daniel Dähne's avatar Janis Daniel Dähne
Browse files

- same as last commit

parent 720a0c34
Branches
No related tags found
No related merge requests found
......@@ -544,6 +544,7 @@ Here is a list of features that are supported by the parser (not by the transfor
class Tuple<T1, T2 : Tuple3<int, string[], List<int>, Pair<string,long>[]>
```
- [x] method level
```text
class CollectionHelper <<static>> {
map<TIn, TOut>(array : Tin[]) : TOut[]
......@@ -570,6 +571,7 @@ Here is a list of features that are supported by the parser (not by the transfor
interface Tuple<T1, T2 : Tuple3<int, string[], List<int>, Pair<string,long>[]>
```
- [x] method level
```text
interface ICollection {
map<TIn, TOut>(array : Tin[]) : TOut[]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment