mockStruct

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto mockStruct(T returns)
  2. auto mockStruct()
    mockStruct
    (
    T...
    )
    ()
    if (
    T.length > 0 &&
    allSatisfy!(isReturnValue, T)
    )

Meta