dproto v2.1.6 (2020-05-02T23:33:48Z)
Home
Dub
Repo
PossiblyNullable
dproto
serialize
Undocumented in source.
template
PossiblyNullable (
T
) {
alias
PossiblyNullable
=
T
;
import
std
.
typecons
:
Nullable
;
;
alias
PossiblyNullable
=
Nullable
!
T
;
}
Members
Aliases
PossiblyNullable
alias
PossiblyNullable
=
T
Undocumented in source.
PossiblyNullable
alias
PossiblyNullable
=
Nullable
!
T
Undocumented in source.
Meta
Source
See Implementation
dproto
serialize
enums
isProtoInputRange
isProtoOutputRange
functions
defaultDecode
fromVarint
fromZigZag
isBuiltinType
msgNum
msgType
readProto
readVarint
toVarint
toZigZag
wireType
writeProto
manifest constants
ENUM_SERIALIZATION
PACKED_MSG_TYPE
structs
CntRange
templates
BuffType
PossiblyNullable
SpecifiedDefaultValue
UnspecifiedDefaultValue