name, slug, sourceRef, category, subCategory, signatures, playUrl, variantHelpers, similarHelpers, position
| name |
slug |
sourceRef |
category |
subCategory |
signatures |
playUrl |
variantHelpers |
similarHelpers |
position |
| RangeWithSteps |
rangewithsteps |
it/math.go#L35 |
it |
math |
| func RangeWithSteps[T constraints.Integer | constraints.Float](start, end, step T) iter.Seq[T] |
|
https://go.dev/play/p/qxm2YNLG0vT |
|
| core#slice#rangewithsteps |
| it#math#range |
| it#math#rangefrom |
|
20 |
Creates a sequence of numbers from start up to (excluding) end with a custom step. Step set to zero will return an empty sequence.