pub struct FSharpStdLib;Expand description
Common standard library–style helper definitions.
Implementations§
Source§impl FSharpStdLib
impl FSharpStdLib
Sourcepub fn id_function() -> FSharpFunction
pub fn id_function() -> FSharpFunction
Build the id function.
Sourcepub fn flip_function() -> FSharpFunction
pub fn flip_function() -> FSharpFunction
Build the flip function.
Sourcepub fn const_function() -> FSharpFunction
pub fn const_function() -> FSharpFunction
Build the const function.
Sourcepub fn foldl_function() -> FSharpFunction
pub fn foldl_function() -> FSharpFunction
Build a foldl function.
Sourcepub fn filter_function() -> FSharpFunction
pub fn filter_function() -> FSharpFunction
Build a filter function.
Sourcepub fn zip_with_function() -> FSharpFunction
pub fn zip_with_function() -> FSharpFunction
Build a zipWith function.
Auto Trait Implementations§
impl Freeze for FSharpStdLib
impl RefUnwindSafe for FSharpStdLib
impl Send for FSharpStdLib
impl Sync for FSharpStdLib
impl Unpin for FSharpStdLib
impl UnsafeUnpin for FSharpStdLib
impl UnwindSafe for FSharpStdLib
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more