MCPcopy
hub / github.com/IBM/sarama / Len

Method Len

utils.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20type int32Slice []int32
21
22func (slice int32Slice) Len() int {
23 return len(slice)
24}
25
26func (slice int32Slice) Less(i, j int) bool {
27 return slice[i] < slice[j]

Calls

no outgoing calls