Platform
primitive val Platform
Constructors
create
new val create() : Platform val^
Returns
- Platform val^
Public Functions
bsd
fun box bsd() : Bool val
Returns
- Bool val
freebsd
fun box freebsd() : Bool val
Returns
- Bool val
dragonfly
fun box dragonfly() : Bool val
Returns
- Bool val
openbsd
fun box openbsd() : Bool val
Returns
- Bool val
linux
fun box linux() : Bool val
Returns
- Bool val
osx
fun box osx() : Bool val
Returns
- Bool val
posix
fun box posix() : Bool val
Returns
- Bool val
windows
fun box windows() : Bool val
Returns
- Bool val
x86
fun box x86() : Bool val
Returns
- Bool val
arm
fun box arm() : Bool val
Returns
- Bool val
lp64
fun box lp64() : Bool val
Returns
- Bool val
llp64
fun box llp64() : Bool val
Returns
- Bool val
ilp32
fun box ilp32() : Bool val
Returns
- Bool val
bigendian
fun box bigendian() : Bool val
Returns
- Bool val
littleendian
fun box littleendian() : Bool val
Returns
- Bool val
native128
fun box native128() : Bool val
Returns
- Bool val
debug
fun box debug() : Bool val
Returns
- Bool val
eq
fun box eq( that: Platform val) : Bool val
Parameters
- that: Platform val
Returns
- Bool val
ne
fun box ne( that: Platform val) : Bool val
Parameters
- that: Platform val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-Platform