package
0.0.0-20241208191723-83441eae0e2c
Repository: https://github.com/m4x1202/adventofcode.git
Documentation: pkg.go.dev

# Functions

ChunkSlice chunks a slice in chunkSize big chunks and stores them in another slice.
No description provided by the author
Insert elements into slice uniquely.
Create slice of intersecting elements of 2 slices.
No description provided by the author
Remove dups from slice.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
SingleSliceMap is a map with X, Y coordinates that only stores elements that are actually set in a single slice Unset elements do thus not consume any memory.
No description provided by the author