Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RotateSlice ¶
RotateSlice rotates a slice in place by n places to the right. (With negative n, it's to the left.) Example: RotateSlice([D, E, A, B, C], 3) -> [A, B, C, D, E]
This function is here in order to resolve an import cycle that would otherwise exist between iter and slices.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.