Statement.inject

Binds the fields of a struct in order, executes and resets the statement, in one call.

  1. void inject(Args args)
  2. void inject(T obj)
    struct Statement
    void
    inject
    (
    T
    )
    (
    auto ref const T obj
    )
    if (
    is(T == struct)
    )
  3. void inject(T obj)

Meta