cool
This commit is contained in:
@@ -103,5 +103,10 @@ namespace BITKit
|
||||
{
|
||||
return self.value;
|
||||
}
|
||||
|
||||
public static implicit operator Optional<T>(T value)
|
||||
{
|
||||
return new Optional<T>(value, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user