object
  method get : int -> int -> 'a
  method height : int
  method set : int -> int -> '-> unit
  method unsafe_access : int -> int -> string * int
  method unsafe_get : int -> int -> 'a
  method unsafe_set : int -> int -> '-> unit
  method width : int
end