Platform

[Source]

primitive val Platform

Constructors

create

[Source]

new val create()
: Platform val^

Returns

Public Functions

bsd

[Source]

fun box bsd()
: Bool val

Returns

freebsd

[Source]

fun box freebsd()
: Bool val

Returns

dragonfly

[Source]

fun box dragonfly()
: Bool val

Returns

openbsd

[Source]

fun box openbsd()
: Bool val

Returns

linux

[Source]

fun box linux()
: Bool val

Returns

osx

[Source]

fun box osx()
: Bool val

Returns

posix

[Source]

fun box posix()
: Bool val

Returns

windows

[Source]

fun box windows()
: Bool val

Returns

x86

[Source]

fun box x86()
: Bool val

Returns

arm

[Source]

fun box arm()
: Bool val

Returns

lp64

[Source]

fun box lp64()
: Bool val

Returns

llp64

[Source]

fun box llp64()
: Bool val

Returns

ilp32

[Source]

fun box ilp32()
: Bool val

Returns

bigendian

[Source]

fun box bigendian()
: Bool val

Returns

littleendian

[Source]

fun box littleendian()
: Bool val

Returns

native128

[Source]

fun box native128()
: Bool val

Returns

debug

[Source]

fun box debug()
: Bool val

Returns

eq

[Source]

fun box eq(
  that: Platform val)
: Bool val

Parameters

Returns

ne

[Source]

fun box ne(
  that: Platform val)
: Bool val

Parameters

Returns

© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-Platform