clipperhouse/gen

Pointer type documentation

pierrre opened this issue · 2 comments

There is nothing in the documentation about pointer type.
(or I haven't seen it)

The changelog contains a line:
https://github.com/clipperhouse/gen/blob/master/CHANGELOG.md

The * is a directive to generate methods which take a pointer type instead of a value type. Optional but recommended.

Thanks, finally got around to this.

Thank you! 👍