mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
245 B
245 B
Description
runtime
provides access to functions describing the current platform:
- whether it is 32bit or 64bit
- how many CPUs/cores are available
- total/free physical memory
- whether the platform is little endian or big endian
- etc.