Description
Provides a Storable instance for Haskell Complex values. Storable support lets values be placed in foreign memory, arrays, or buffers used by native-code interfaces.
It is useful for numeric computing, FFI, binary data, and libraries that exchange complex numbers with C or other native code. It is a developer library and requires care around memory layout expectations.