5 people like it.

F# 4.7 and .NET Core 3.1

Showcasing fssnip's support for the latest F# and .NET Core

1: 
2: 
3: 
open System

let anon = {| x = [| 0uy .. 255uy |].AsMemory() |}
namespace System
val anon : {| x: Memory<byte> |}
anonymous record field x: Memory<byte>

More information

Link:http://fssnip.net/7XW
Posted:3 years ago
Author:Eirik Tsarpalis
Tags: dotnetcore