FSharpAux
FSharpAux Namespace
| Type | Description |
| ArrayDivvy<'T> | |
| BidirectionalDictionary<'a, 'b> |
The bidirectional dictionary allows effective search of keys and values |
| pseq<'T> |
| Module | Description |
| Array | |
| Array2D | |
| ArrayDivvy | |
| Colors |
Represents an ARGB (alpha, red, green, blue) color |
| DateTime | |
| Dict |
Read-only view of the dictionary called dict |
| Dictionary |
.Net Dictionary |
| FsharpListExtensions | |
| FsharpMapExtensions | |
| FsharpStringExtensions | |
| Graph | |
| Guid |
Wrapper to use System Guid |
| Hex | |
| Interop |
Module for facilitated .net interop erability |
| JaggedArray | |
| JaggedList | |
| KdTree |
Module for k -dimension trees |
| List | |
| Map | |
| Math | |
| Memoization |
Memoization pattern |
| MultiMap |
A MultiMap is a special case of a map where value is a list of values |
| PSeq | |
| Regex |
Regex module for functional use of regular expressions |
| ResizeArray | |
| Seq | |
| String | |
| Tree |
FSharpAux.IO Namespace
| Module | Description |
| FileIO |
A module to facilitate interaction with files and directories The code is take from Fsharpx project and slightly modified Special thanks to the original authors under (https://github.com/fsprojects/fsharpx) |
| PathFileName |
Performs operations on String instances that contain file or directory path information. These operations are performed in a cross-platform manner. |
| SchemaReader | |
| SeqIO |