Documentation ¶
Overview ¶
Copyright 2009 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntsAreSorted ¶
func SortStrings ¶
func SortStrings(a []string)
func StringsAreSorted ¶
Types ¶
type StringArray ¶
type StringArray []string
func (StringArray) Len ¶
func (p StringArray) Len() int
func (StringArray) Less ¶
func (p StringArray) Less(i, j int) bool
func (StringArray) Swap ¶
func (p StringArray) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.