@bodil/core - v0.4.1
Preparing search index...
fun
sum
Function sum
sum
(
a
:
number
,
b
:
number
)
:
number
A function which applies the
+
operator to its arguments.
Parameters
a
:
number
b
:
number
Returns
number
sum
(
a
:
bigint
,
b
:
bigint
)
:
bigint
A function which applies the
+
operator to its arguments.
Parameters
a
:
bigint
b
:
bigint
Returns
bigint
sum
(
a
:
string
,
b
:
string
)
:
string
A function which applies the
+
operator to its arguments.
Parameters
a
:
string
b
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bodil/core - v0.4.1
Loading...
A function which applies the
+operator to its arguments.