Fernando Correa de Oliveira
Fernando Correa de Oliveira
make it an experimental feature (related to #452)
https://github.com/alabamenhu/Fluent
X metaop
```perl6 (Model1.^all X Model2.^all).grep: { .[0].col1 == .[1].col2 } ``` should it do something like this? ```sql SELECT table1.*, table2.* FROM table1 as t1 JOIN table2 as t2 ON t1.col1...
It is currently not documented. Features should be documented on the [wiki](https://github.com/FCO/Red/wiki). Feel free to create a new wiki page if you cannot find an existing page that is suitable.
It is currently not documented. Features should be documented on the [wiki](https://github.com/FCO/Red/wiki). Feel free to create a new wiki page if you cannot find an existing page that is suitable.