Function reference
-
create_assembly()
- Create an AoC Assembly Computer
-
create_assembly2()
- Create an AoC Assembly Computer
-
add_processor()
get_premade()
- Add a Processor Layer to an Assembly Instruction Set
-
coords_to_matrix()
- Convert a set of coords to a matrix
-
dbscan()
- A Pipeable Wrapper For
dbscan
-
expand_directions()
- expand_directions
-
flash()
- Perform a Function on Each Cell in a Matrix
-
follow_directions()
- follow_directions
-
get_adjacent_coords()
- Get coordinates adjacent to a point
-
get_adjacent_values()
- Get values adjacent to the target
-
get_diagonal()
- Get any matrix diagonal
-
lag_multiple()
- Compute a lagged version of the input data with multiple lags at once
-
loop()
- Offset a Vector in a Looping Fashion
-
make_day()
- Make a File for a New Day
-
matrix_to_coords()
- Convert a matrix to a matrix of coordinates and values
-
parse_grid()
- Parse a grid input
-
strg_extract_all()
- Actually Extract All Patterns