grainAllMembers

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void grainAllMembers(C cereal, T val)
  2. void grainAllMembers(C cereal, T val)
    @trusted
    void
    grainAllMembers
    (
    C
    T
    )
    (
    auto ref C cereal
    ,
    ref T val
    )
    if (
    isCereal!C &&
    is(T == class)
    )

Meta