examples/components: a few more cases

This commit is contained in:
Michael McLoughlin
2018-12-19 00:16:18 -08:00
parent ca5c7e7454
commit 33f5561d91
4 changed files with 56 additions and 0 deletions

View File

@@ -2,6 +2,14 @@
package components
func StringLen(s string) int
func SliceLen(s []int) int
func SliceCap(s []int) int
func ArrayThree(a [7]uint64) uint64
func FieldByte(s Struct) byte
func FieldInt8(s Struct) int8