Evgeniy Andreev
Evgeniy Andreev
Addition of `InlineIfLambda` attribute in F# 6 opened the way for high-performance computation expressions (imagine one for zero allocation [ZString](https://github.com/Cysharp/ZString) builder). But we can do better. I propose we change...
It might be useful to introduce `show { ... }` in examples or tutorials after basic basic low-level window's manipulations.
It should be possible to use indirection operator (`*`): - with pointers to structs ```c foo x; foo *y = x; foo z = *y; ``` - with function pointers....
We need to make platforms (iOS, Android, etc) for which template generates code configurable. See [Fabulous.XamarinForms template](https://github.com/fsprojects/Fabulous/tree/v1.0/Fabulous.XamarinForms/templates).
Could you please add up-for-grab issues to help first time contributors get started with project?