Add back table<R> #153
Labels
Area/jballerina
Improves alignment of spec with jballerina
Area/Lang
Relates to the Ballerina language specification
design/incomplete
Part of design not yet worked out
status/pending
Design is agreed and waiting to be added
Milestone
Table is supposed to be iterable in its rows. This means the lang.table module needs an iterator function.
We previously allowed
table<R>
as a shorthand. With this we can write iterator like this:Without this we would need to invent something else.
I am 90% sure we will want this anyway and it is still in the implementation. We can leave the semantics a bit vague until we fix issue #47.
The text was updated successfully, but these errors were encountered: