Preparing search index...
The search index is not available
emath.js
emath.js
common/types
Mutable
Type Alias Mutable<T>
Mutable
<
T
>
:
{
-
readonly
[
K
in
keyof
T
]
:
T
[
K
]
}
Converts a readonly type to a mutable type.
Type Parameters
T
The readonly type to convert.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
emath.js
Loading...
Converts a readonly type to a mutable type.