Assert.format

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string format(string message, T expected, T actual)
    class Assert
    static
    string
    format
    (
    T
    )
    (
    string message
    ,,)
    if (
    is(T == class) ||
    is(T == struct)
    ||
    is(T == interface)
    )
  2. string format(string message, T expected, T actual)

Meta