Module type JavaArraySignature.T

module type T = sig .. end
The module type of specialized arrays.

type e 
type 'a t 
val length : e t -> int32
val get : e t ->
int32 -> e
val set : e t ->
int32 -> e -> unit
val to_object : e t ->
java'lang'Object java_instance
val of_object : java'lang'Object java_instance ->
e t
val null : e t
val is_null : e t -> bool
val is_not_null : e t -> bool