mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
21 lines
321 B
D
21 lines
321 B
D
unittest
|
|
{
|
|
{
|
|
public Vector!(T) opBinary(string op, string file = __FILE__, size_t line = __LINE__)(const Vector!(T) x) const if (op == "*")
|
|
in
|
|
{
|
|
}
|
|
body
|
|
{
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
public Vector!(T) opBinary(string op, string file = __FILE__, size_t line = __LINE__)(const Vector!(T) x) const if (op == "*")
|
|
in
|
|
{
|
|
}
|
|
body
|
|
{
|
|
}
|