AxisSet import { AxisSet } from "destack:tensor"; Axis set used by reductions and broadcasts. export struct AxisSet { values: [Axis; Count]; } language/library/src/tensor/shape.ds:74:77 Members values: [Axis; Count] The axis values.