Sha256: c8d556ea8b24b2931bbed3a7f4e2502daef7b89c5b1d604662e7a56a58ae40f9
Contents?: true
Size: 366 Bytes
Versions: 309
Compression:
Stored size: 366 Bytes
Contents
## Hints For this exercise the following F# feature comes in handy: - The [Map](https://en.wikibooks.org/wiki/F_Sharp_Programming/Sets_and_Maps#Maps) type associates keys with values. It is very similar to .NET's `Dictionary<TKey, TValue>` type, but with one major difference: `Map` is [immutable](https://fsharpforfunandprofit.com/posts/correctness-immutability/).
Version data entries
309 entries across 309 versions & 1 rubygems