Accesses the first deep element of the slice.
import mir.ndslice.topology: iota, universal, canonical; auto f = 5; assert([2, 3].iota(f).first == f);
See Implementation
Accesses the first deep element of the slice.