Module reikna::func [] [src]

Module for working with Functions

This module contains a type alias for Rc<Fn(f64) -> f64>, which is used in many other modules, and functions for working with the alias.

Structs

Rc

A reference-counted pointer type over an immutable value.

Type Definitions

Function

Type alias used to represent functions.