Header menu logo Partas.GitNet

Helpers Module

Nested modules

Modules Description

Unsafe

Functions and values

Function or value Description

findIndexes item1 item2 collection

Full Usage: findIndexes item1 item2 collection

Parameters:
    item1 : 'Item
    item2 : 'Item
    collection : 'Item array

Returns: int voption * int voption
Modifiers: inline
Type parameters: 'Item
item1 : 'Item
item2 : 'Item
collection : 'Item array
Returns: int voption * int voption

pathTraversal path

Full Usage: pathTraversal path

Parameters:
    path : string

Returns: string seq
path : string
Returns: string seq

toFrozenDictionary _arg1

Full Usage: toFrozenDictionary _arg1

Parameters:
Returns: FrozenDictionary<'Key, 'Value>
Modifiers: inline
Type parameters: 'Key, 'Value
_arg1 : KeyValuePair<'Key, 'Value> seq
Returns: FrozenDictionary<'Key, 'Value>

toFrozenSet _arg1

Full Usage: toFrozenSet _arg1

Parameters:
    _arg1 : 'a seq

Returns: FrozenSet<'a>
Modifiers: inline
Type parameters: 'a
_arg1 : 'a seq
Returns: FrozenSet<'a>

Type something to start searching.