FsCassy


Selection

Namespace: FsCassy
Parent Module: Interpreter

Functions and values

Function or valueDescription
existing _arg1
Signature: _arg1:Selection<'?7652> -> (int * '?7652) option
Type parameters: '?7652
filterExistingIndex f _arg1
Signature: f:(int -> bool) -> _arg1:Selection<'?7656> -> bool
Type parameters: '?7656
filterExistingValue f _arg1
Signature: f:('?7654 -> bool) -> _arg1:Selection<'?7654> -> bool
Type parameters: '?7654
iterExisting f _arg1
Signature: f:(int * '?7661 -> unit) -> _arg1:Selection<'?7661> -> unit
Type parameters: '?7661
map f _arg1
Signature: f:('?7658 -> '?7659) -> _arg1:Selection<'?7658> -> Selection<'?7659>
Type parameters: '?7658, '?7659
Fork me on GitHub