cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
BytesValue
Class BytesValue
Bytes value
Index
Properties
kind
Empty
Methods
add
byte
At
cost
equal
eval
id
size
to
String
type
value
from
String
of
Properties
Readonly
kind
kind
:
ValueKind
= "bytes"
Static
Readonly
Empty
Empty
:
BytesValue
= ...
Methods
add
add
(
other
:
BytesValue
)
:
BytesValue
Parameters
other
:
BytesValue
Returns
BytesValue
byte
At
byteAt
(
index
:
IntValue
)
:
IntValue
|
ErrorValue
Parameters
index
:
IntValue
Returns
IntValue
|
ErrorValue
cost
cost
()
:
number
Returns
number
equal
equal
(
other
:
Value
)
:
Value
Parameters
other
:
Value
Returns
Value
eval
eval
(
_activation
:
Activation
)
:
Value
Parameters
_activation
:
Activation
Returns
Value
id
id
()
:
number
Returns
number
size
size
()
:
IntValue
Returns
IntValue
to
String
toString
()
:
string
Returns
string
type
type
()
:
RuntimeType
Returns
RuntimeType
value
value
()
:
Uint8Array
Returns
Uint8Array
Static
from
String
fromString
(
val
:
string
)
:
BytesValue
Parameters
val
:
string
Returns
BytesValue
Static
of
of
(
val
:
Uint8Array
<
ArrayBufferLike
>
|
number
[]
)
:
BytesValue
Parameters
val
:
Uint8Array
<
ArrayBufferLike
>
|
number
[]
Returns
BytesValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
Empty
Methods
add
byte
At
cost
equal
eval
id
size
to
String
type
value
from
String
of
GitHub
cel-ts - v0.1.0-alpha
Loading...
Bytes value