Deedle


DelayedLocation

Namespace: Deedle.Vectors.Virtual

Represents a vector location that calculates the offset using address operations as needed (typically, we want to avoid this because it might be slow)

Constructors

ConstructorDescription
new(addr, addrOps)
Signature: (addr:Address * addrOps:IAddressOperations) -> DelayedLocation
Fork me on GitHub