Preparing search index...
The search index is not available
Chalkboard - v2.2.0
Chalkboard
ChalkboardMorphism
Type Alias ChalkboardMorphism<T, U>
ChalkboardMorphism
:
{
mapping
:
(
a
:
T
)
=>
U
;
struc1
:
ChalkboardStructure
<
T
>
;
struc2
:
ChalkboardStructure
<
U
>
;
}
The type for morphisms in abstract algebra.
Type Parameters
T
U
Type declaration
mapping
:
(
a
:
T
)
=>
U
struc1
:
ChalkboardStructure
<
T
>
struc2
:
ChalkboardStructure
<
U
>
Template: T,
U
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v2.2.0
Loading...
The type for morphisms in abstract algebra.