Day 2024 part 1
This commit is contained in:
@@ -143,4 +143,8 @@ module Grid : sig
|
||||
val update_pos : t -> int * int -> char -> t
|
||||
(** [Grid.update_pos grid pos c] returns a grid with the character at position
|
||||
[pos] changed to [c]. *)
|
||||
|
||||
val update_idx : t -> int -> char -> t
|
||||
(** [Grid.update_pos grid idx c] returns a grid with the character at index
|
||||
[idx] changed to [c]. *)
|
||||
end
|
||||
|
Reference in New Issue
Block a user