doc: remove reference to 'any' type (#24239)

This commit is contained in:
JalonSolov 2025-04-15 23:41:53 -04:00 committed by GitHub
parent 422b89cb3c
commit ca317e2ddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -531,8 +531,6 @@ f32 f64
isize, usize // platform-dependent, the size is how many bytes it takes to reference any location in memory
voidptr // this one is mostly used for [C interoperability](#v-and-c)
any // similar to C's void* and Go's interface{}
```
> [!NOTE]