diff options
Diffstat (limited to 'std/magic/pointers.pk')
-rw-r--r-- | std/magic/pointers.pk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/std/magic/pointers.pk b/std/magic/pointers.pk deleted file mode 100644 index e2a95cf..0000000 --- a/std/magic/pointers.pk +++ /dev/null @@ -1,7 +0,0 @@ -## std.pointers: Pointer arithmetic. Unsafe. - -pub type ptr[T] -pub type ref[T] -pub type unique[T] - -# idk what goes here |