Example; ```python import numpy as np np.fromfunction(lambda i, j: i == j, (2, 3), dtype=int) ``` Would be nice to have an inbuilt equivalent.