|
static int | operator<=> (Int64 a, Int64 b) |
|
static Self | operator+ (Self lhs, Self rhs) |
|
static Self | operator- (Self lhs, Self rhs) |
|
static Int64 | operator- (Int64 value) |
|
static Self | operator* (Self lhs, Self rhs) |
|
static Self | operator/ (Self lhs, Self rhs) |
|
static Result< int64, ParseError > | Parse (StringView val, NumberStyles style=.Number, CultureInfo cultureInfo=null) |
|
static Result< int64, ParseError > IParseable< int64, ParseError >. | Parse (StringView val) |
|
static Result< int64 > IParseable< int64 >. | Parse (StringView val) |
|
static Result< T > | Parse (StringView val) |
|
static Result< T, TErr > | Parse (StringView val) |
|
static Result< T > | Parse (StringView val) |
|
static Result< T, TErr > | Parse (StringView val) |
|