fn apply_motions(
    origin: (isize, isize),
    motions: &Vec<(Direction, usize)>
) -> Vec<(isize, isize)>
Expand description

map a list of motions specifications to the list of positions it follows