9 | ||| Scalars are `Array []`, the unique 0-rank array type. They hold a single value.
10 | ||| Scalars are not particularly useful as data structures, but they are
11 | ||| included here anyways.
17 | ||| Convert a value to a scalar.
18 | export
22 | ||| Unwrap the single value from a scalar.
23 | export
28 | export
32 | export
36 | export