controllogic: drop sign alias shim + add array node tests (set/remove/pop)
This commit is contained in:
@@ -353,8 +353,6 @@ func signOf(x float64) int {
|
||||
}
|
||||
}
|
||||
|
||||
// sign is an alias for signOf, kept for backward compatibility with existing tests.
|
||||
func sign(x float64) int { return signOf(x) }
|
||||
func clampIdx(i, length int) int {
|
||||
if i < 0 {
|
||||
i = length + i
|
||||
|
||||
Reference in New Issue
Block a user