aboutsummaryrefslogtreecommitdiff
path: root/std/prelude/pointers.pk
blob: e2a95cf24c32599d2daf8d25801e391846e0e9f7 (plain) (blame)
1
2
3
4
5
6
7
## std.pointers: Pointer arithmetic. Unsafe.

pub type ptr[T]
pub type ref[T]
pub type unique[T]

# idk what goes here