Deedle


RangeRestriction

Namespace: Deedle

Provides additional operations for working with the RangeRestriction<'TAddress> type

Functions and values

Function or valueDescription
map f _arg1
Signature: f:('TOldAddress -> 'TNewAddress) -> _arg1:RangeRestriction<'TOldAddress> -> RangeRestriction<'TNewAddress>
Type parameters: 'TOldAddress, 'TNewAddress

Transforms all absolute addresses in the specified range restriction using the provided function (this is useful for mapping between different address spaces).

Fork me on GitHub