Skip to content

Commit 571d535

Browse files
committed
Mention ConstStar on cpp pointers page
1 parent c1ab986 commit 571d535

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/content/cookbook/Other/hxcpp-pointers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
# Hxcpp Pointers
44

5-
This page covers the differences and use cases of the three main pointer types; `cpp.ConstRawPointer` and `cpp.RawPointer`, `cpp.ConstPointer` and `cpp.Pointer`, and `cpp.Star`.
5+
This page covers the differences and use cases of the three main pointer types:
6+
7+
- `cpp.ConstRawPointer` and `cpp.RawPointer`
8+
- `cpp.ConstPointer` and `cpp.Pointer`
9+
- `cpp.ConstStar` and `cpp.Star`.
610

711
## cpp.RawPointer
812

0 commit comments

Comments
 (0)