elemental2.core.Int32Array__Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elemental2-core Show documentation
Show all versions of elemental2-core Show documentation
Thin Java abstractions for the standard built-in objects for Javascript.
package elemental2.core;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, name = "Int32Array", namespace = JsPackage.GLOBAL)
class Int32Array__Constants {
static double BYTES_PER_ELEMENT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy