I would like to test whether a struct is initial or not. As workaround assertTrue, assertSame could be used but two new assertions ```assertInitial``` and ```assertNotInitial``` would be more expressive.
I would like to test whether a struct is initial or not.
As workaround assertTrue, assertSame could be used but two new assertions
assertInitialandassertNotInitialwould be more expressive.