mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
217 B
217 B
Description:
runtime
provides access to functions describing the current platform:
- whether it is 32bit or 64bit
- how many CPUs/cores are available
- whether the platform is little endian or big endian
- etc.