Kerbal Space Program
1.12.4
|
Classes | |
class | Smooth.Algebraics.Option |
Extension methods for Option<T>. More... | |
struct | Smooth.Algebraics.Option< T > |
Struct representing an optional value of type T. An option that contains the value t is called a "Some" or "Some(t)". An empty option is called a "None". Option<T> can be thought of as a far more robust version of Nullable<T> or as an IEnumerable<T> that may contain exactly 0 or 1 element(s). More... | |
Namespaces | |
package | Smooth.Algebraics |