Exemplo n.º 1
0
func (l Action_List) At(i int) Action {
	ul := capnp.UInt16List{List: l.List}
	return Action(ul.At(i))
}
Exemplo n.º 2
0
func (l Status_List) At(i int) Status {
	ul := capnp.UInt16List{List: l.List}
	return Status(ul.At(i))
}