Logo Deedle

RangeRestriction Module

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

Functions and values

Function or value Description

map f _arg1

Full Usage: map f _arg1

Parameters:
Returns: 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).

f : 'TOldAddress -> 'TNewAddress
_arg1 : RangeRestriction<'TOldAddress>
Returns: RangeRestriction<'TNewAddress>

Type something to start searching.