# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Type aliases
ICProducer defines formal producer: func(cached TypeA, args...) (value TypeA, error) Alternation: func(cached TypeA, args) (value TypeA) func(args) (value TypeA, error) func(args) (value TypeA).
ICValidator defines formal validator: func(cached TypeA) (validity bool).