arrays

package module
v0.0.0-...-51cbd52 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2014 License: MIT Imports: 2 Imported by: 0

README

Go-Arrays

go-arrays is a Go library to manipulate arrays.

Build Status GoDoc

To-do Features

This library is in a pre-release state. I am adding methods as I need them. Pull requests are more than welcomed if there's something that you want included.

  • Type assertion
  • Predicates
  • Type conversion
  • Sorting
  • Searching

Documentation

Overview

Array types manipulation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(s string, coll []string) bool

Contains check if 's' is in 'coll' string array

func StringArray

func StringArray(data []interface{}) (strs []string, err error)

StringArray converts an interface array to a string array

Types

This section is empty.

Jump to

Keyboard shortcuts

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