broker

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Move2back

func Move2back(ss []string, v string)

Move2back moves item v to the end of the slice ss. For example, given slice [a, b, c, d, e, f] and item c, the result is [a, b, d, e, f, c]. The running time is linear in the worst case.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL