bodies
This commit is contained in:
11
test/isn.tests/IRing.cs
Normal file
11
test/isn.tests/IRing.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace isn.tests
|
||||
{
|
||||
internal interface IRing : IBody
|
||||
{
|
||||
|
||||
|
||||
IRing Add(IRing other);
|
||||
IRing Mult<TBody>(TBody v);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user