1. range.d(1889): Error: cannot have parameter of type void
  2. range.d(1889): Error: variable std.range.chain!(Result,string).chain.Result.fixRef.val variables cannot be of type void
  3. range.d(1891): Error: cannot return non-void from void function
  4. range.d(1951): Error: function std.range.chain!(Result,string).chain.Result.fixRef (void val) is not callable using argument types (string)
  5. range.d(1951): Error: cannot implicitly convert expression (this.source._field_field_0.front()) of type string to void
  6. range.d(1951): Error: function std.range.chain!(Result,string).chain.Result.fixRef (void val) is not callable using argument types (dchar)
  7. range.d(1951): Error: cannot implicitly convert expression (front(this.source._field_field_1)) of type dchar to void
  8. range.d(1981): Error: cannot return non-void from void function
  9. range.d(1981): Error: cannot return non-void from void function
  10. range.d(1994): Error: function std.range.chain!(Result,string).chain.Result.fixRef (void val) is not callable using argument types (dchar)
  11. range.d(1994): Error: cannot implicitly convert expression (back(this.source._field_field_1)) of type dchar to void
  12. range.d(1994): Error: function std.range.chain!(Result,string).chain.Result.fixRef (void val) is not callable using argument types (string)
  13. range.d(1994): Error: cannot implicitly convert expression (this.source._field_field_0.back()) of type string to void
  14. range.d(2016): Error: cannot return non-void from void function
  15. range.d(2016): Error: cannot return non-void from void function