Class Literal
Factory methods for Literal<T>s.
Namespace: NanoByte.SatSolver
Assembly: NanoByte.SatSolver.dll
Syntax
public static class Literal : Object
Methods
Of<T>(T)
Creates a Literal<T>.
Declaration
public static Literal<T> Of<T>(T value)
where T : IEquatable<T>
Parameters
Type | Name | Description |
---|---|---|
T | value | The underlying value used to identify/compare Literals. |
Returns
Type | Description |
---|---|
Literal<T> |
Type Parameters
Name | Description |
---|---|
T |