package
1.0.5
Repository: https://github.com/yitsushi/go-aoc.git
Documentation: pkg.go.dev

# Functions

DivMod is a simple div and mod together.
LCMSlice is the LCM of all the element in the list.
MaximumInt value of a slice.
MaximumInt64 value of a slice.
MinimumInt value of a slice.
MinimumInt64 value of a slice.
MinMaxInt value of a slice.
SumInt64 returns the sum of all the provided values.

# Structs

OrintedObject2D is an object that has position and orientation.
Vector2D is a 2D vector.
Vector2DInt is a 2D vector.
Vector3D is a 3D vector.
Vector4D is a 3D vector.

# Interfaces

Vector is a vector interface.