Skip to content

Commit ca317e2

Browse files
authored
doc: remove reference to 'any' type (#24239)
1 parent 422b89c commit ca317e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/docs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,6 @@ f32 f64
531531
isize, usize // platform-dependent, the size is how many bytes it takes to reference any location in memory
532532
533533
voidptr // this one is mostly used for [C interoperability](#v-and-c)
534-
535-
any // similar to C's void* and Go's interface{}
536534
```
537535

538536
> [!NOTE]

0 commit comments

Comments
 (0)