checked.checked

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto checked(Parameters!func args)
    template checked(alias func)
    version(Windows)
    debug
    checked
    (
    string file = __FILE__
    int line = __LINE__
    )
    (
    auto ref Parameters!func args
    )
  2. alias checked = func

Meta