no_wrap¶
- gtravyl.no_wrap(ind: tuple[int, int], dim: tuple[int, int]) tuple[int, int]¶
Does not wrap indices. Essentially does nothing in this case.
- Parameters:
ind – Needed for type signature. This function is equivalent to: id(ind) -> ind
dim – Needed for type signature, it is otherwise ignored.