get

inline operator fun <T> Array2<T>.get(p: Point): T
inline operator fun <T> Array2<T>.get(p: PointInt): T