-
Notifications
You must be signed in to change notification settings - Fork 36
N_CodeJam
andrewvk edited this page Mar 24, 2016
·
20 revisions
[This is preliminary documentation and is subject to change.]
[Missing
Class | Description | |
---|---|---|
![]() |
Algorithms | Miscellaneous algorithms |
![]() |
CharExtensions | Char structure extensions. |
![]() |
Disposable | Helper methods for IDisposable |
![]() |
DisposableExtensions | The IDisposable extensions. |
![]() |
Fn | |
![]() |
Fn(T) | |
![]() |
NaturalOrderStringComparer | String comparisons using a "natural order" algorithm. |
![]() |
OptionExtensions | Extensions for Option(T) |
![]() |
StringExtensions | String class extensions. |
Structure | Description | |
---|---|---|
![]() |
Disposable.AnonymousDisposable | IDisposable implementation that calls supplied action on Dispose(). |
![]() |
Disposable.EmptyDisposable | IDisposable implementation with no action on Dispose() |
![]() |
Option(T) | Represents a value type that can be assigned null. |
Enumeration | Description | |
---|---|---|
![]() |
StringOrigin | String functions relative parameters origin |