Documentation ¶
Overview ¶
This file is the reference implementation of the Slice type. It is implemented for type Item, which can be substituted with any type implementing the Less() method.
DO NOT EDIT Code automatically generated. Generated by: go run github.com/pierrec/packagen/cmd/packagen -v bundle -nogen -o slice_bytes.go -prefix Bytes -mvtype Item=Bytes -rmtype Item slice.go
DO NOT EDIT Code automatically generated. Generated by: go run github.com/pierrec/packagen/cmd/packagen -v bundle -nogen -o slice_int64.go -prefix Int64 -mvtype Item=Int64 -rmtype Item slice.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BytesSlice ¶
type BytesSlice []Bytes // this type and its methods will be implemented and renamed with the relevant chosen type
func (BytesSlice) Max ¶
func (s BytesSlice) Max() Bytes
func (BytesSlice) Min ¶
func (s BytesSlice) Min() Bytes
type Int64Slice ¶
type Int64Slice []Int64 // this type and its methods will be implemented and renamed with the relevant chosen type
func (Int64Slice) Max ¶
func (s Int64Slice) Max() Int64
func (Int64Slice) Min ¶
func (s Int64Slice) Min() Int64
Click to show internal directories.
Click to hide internal directories.