| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Numeric.DataFrame.Internal.Array.Family.ArrayBase
Documentation
data ArrayBase (t :: Type) (ds :: [Nat]) Source #
Generic Array implementation.
This array can reside in plain ByteArray# and can share the ByteArray#
with other arrays.
However, byte offset in the ByteArray# must be multiple of the element size.
Constructors
| ArrayBase (#t | (#Int#, Int#, ByteArray##)#) |