|
static int | operator<=> (Self a, Self b) |
|
static Self | operator+ (Self lhs, Self rhs) |
|
static Self | operator- (Self lhs, Self rhs) |
|
static Self | operator- (Self value) |
|
static Self | operator* (Self lhs, Self rhs) |
|
static Self | operator/ (Self lhs, Self rhs) |
|
static Result< uint16, ParseError > | Parse (StringView val, NumberStyles style=.Number, CultureInfo cultureInfo=null) |
|
static Result< uint16, ParseError > IParseable< uint16, ParseError >. | Parse (StringView val) |
|
static Result< uint16 > IParseable< uint16 >. | 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) |
|