fieldsOf

Generates the field names of the given structure and fills them in with values from the given provider.

  1. void fieldsOf(T s, Provider p)
    package
    void
    fieldsOf
    (
    T
    )
    (
    ref T s
    ,)
  2. void fieldsOf(T s, Provider p, string r)

Parameters

s T

the structure

p Provider

the provider for names

Meta