On Friday, 20 September 2019 at 19:02:11 UTC, JN wrote:
If so, why doesn't it throw an error about unimplemented write (or incorrectly implemented) method?
because you never used it. templates don't get checked by the compiler until they are used...
On Friday, 20 September 2019 at 19:02:11 UTC, JN wrote:
If so, why doesn't it throw an error about unimplemented write (or incorrectly implemented) method?
because you never used it. templates don't get checked by the compiler until they are used...