Module function

Module function 

Source
Expand description

Type definitions for functions.

This module provides data types for defining shell functions.

Structsยง

DefineError
Error redefining a read-only function.
Function
Definition of a function.
FunctionSet
Collection of functions.
Iter
Unordered iterator over functions in a function set.
UnsetError
Error unsetting a read-only function.