Deedle


LinearAddress

Namespace: Deedle
Parent Module: Addressing

Address operations that are used by the standard in-memory Deedle structures (LinearIndex and ArrayVector). Here, address is a positive array offset.

Functions and values

Function or valueDescription
asInt x
Signature: x:Address -> int
asInt64 x
Signature: x:Address -> int64
decrement x
Signature: x:Address -> Address
increment x
Signature: x:Address -> Address
invalid
Signature: int64<address>
ofInt x
Signature: x:int -> Address
ofInt64 x
Signature: x:int64 -> Address
Fork me on GitHub