MCPcopy Create free account
hub / github.com/egonelbre/exp / AP

Struct AP

niterator/shape/shape.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type AP struct {
6 Shape []int
7 Stride []int
8}
9
10func (ap *AP) TotalSize() int {
11 total := 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected