Platform

eu.joaocosta.minart.runtime.Platform
See thePlatform companion object
sealed trait Platform

Runtime representation of the runtime platform. In general, it is preferable to handle platform-specific code at compile time, but this can be helpful for small changes.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JS.type
object JVM.type
object Native.type

Members list

Concise view