package
0.0.0-20250209185105-e593d3538bd5
Repository: https://github.com/vingarcia/structi.git
Documentation: pkg.go.dev
# README
Welcome to the SliceIterator
This subpackage of the StructIterator allows the user to iterate over slices, change slice values and append to them more easily.
TODO
- Add a
Set(slice, idx, value)
function for setting specific values on a slice - Add a
SubSlice()
function to cut subslices from an existing slice more easily