In C# we can use start..end or start..^fromEnd syntax for creating Range value.
In F# we can create enumerable ranges with {start..stop} or {start..step..stop} which are similar to what is returned by Enumerable.Range.
But is there any special syntax for defining ranges and indices?
This is supported (to a certain extent) in F# 5.0 preview. https://devblogs.microsoft.com/dotnet/announcing-f-5-preview-1/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With