fork download
  1. let a = Array2D.create 2 2 99
  2. let b = Array2D.create 2 2 99
  3. let set = System.Collections.Generic.HashSet(HashIdentity.Structural)
  4. set.Add a
  5. set.Add b
  6. printfn "%A" set.Count // 1
Success #stdin #stdout 0.23s 13320KB
stdin
Standard input is empty
stdout
1