mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
doc: remove reference to 'any' type (#24239)
This commit is contained in:
parent
422b89cb3c
commit
ca317e2ddf
1 changed files with 0 additions and 2 deletions
|
@ -531,8 +531,6 @@ f32 f64
|
||||||
isize, usize // platform-dependent, the size is how many bytes it takes to reference any location in memory
|
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)
|
voidptr // this one is mostly used for [C interoperability](#v-and-c)
|
||||||
|
|
||||||
any // similar to C's void* and Go's interface{}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue