set

inline operator fun <T> Array2<T>.set(p: Point, value: T)
inline operator fun <T> Array2<T>.set(p: PointInt, value: T)