Exemplo n.º 1
0
func (s ElementSize_List) At(i int) ElementSize { return ElementSize(C.UInt16List(s).At(i)) }
Exemplo n.º 2
0
func (s ElementSize_List) ToArray() []ElementSize {
	return *(*[]ElementSize)(unsafe.Pointer(C.UInt16List(s).ToEnumArray()))
}
Exemplo n.º 3
0
func (s ElementSize_List) Len() int             { return C.UInt16List(s).Len() }