Quirin F. Schroll
Quirin F. Schroll
This is the error message you get on a missing `opBinaryRight`: ``` onlineapp.d(17): Error: operator `/` is not defined for type `T` onlineapp.d(6): perhaps overload the operator with `auto opBinaryRight(string...
Example code: ```d struct S { void doStuff() { } } void main() { const S s; s.doStuff; } ``` Diagnostic: ``` onlineapp.d(8): Error: mutable method `onlineapp.S.doStuff` is not callable...
In the introductory text of Chapter 2, in the on-screen PDF version at the bottom of page 59, it reads: > Moreover, the homotopy equivalence classes of loops at some...