dpeq v0.3.0 (2018-03-10T00:11:21Z)
Home
Dub
Repo
DefaultFieldMarshaller.formatCode
dpeq
marshalling
DefaultFieldMarshaller
Undocumented in source.
enum
formatCode
;
enum
formatCode
;
template
DefaultFieldMarshaller
(FieldSpec field, alias Pre = NopMarshaller, alias Post = PromiscuousStringMarshaller)
static if
(!(
Pre!field.canDigest
))
static if
(
StaticFieldMarshaller!field.canDigest
)
enum
formatCode
=
StaticFieldMarshaller
!
field.formatCode
;
enum
formatCode
;
Meta
Source
See Source File
dpeq
marshalling
DefaultFieldMarshaller
aliases
demarshal
marshal
type
manifest constants
formatCode