On Thursday, 16 March 2023 at 18:39:00 UTC, jwatson-CO-edu wrote:
```d int rtnVal = buffer.peek(int,Endian.bigEndian)(&marker); // Error: found `,` when expecting `.` following int ```
You just forgot the exclamation mark there.
ag0aep6g via Digitalmars-d-learn Thu, 16 Mar 2023 12:03:30 -0700
On Thursday, 16 March 2023 at 18:39:00 UTC, jwatson-CO-edu wrote:
```d int rtnVal = buffer.peek(int,Endian.bigEndian)(&marker); // Error: found `,` when expecting `.` following int ```
You just forgot the exclamation mark there.