hl.types.ArrayBase
hl.types.ArrayBase
Inherits from: hl.types.ArrayAccess
Fields
| Name | Type | |
|---|---|---|
length | I32 | |
| static | allocI32 | Fun |
| static | allocUI16 | Fun |
| static | allocF32 | Fun |
| static | allocF64 | Fun |
Protos
f@28pushDyn(hl.types.ArrayBase, Dyn) → I32f@29popDyn(hl.types.ArrayBase) → Dynf@30shiftDyn(hl.types.ArrayBase) → Dynf@31unshiftDyn(hl.types.ArrayBase, Dyn) → Voidf@32insertDyn(hl.types.ArrayBase, I32, Dyn) → Voidf@33removeDyn(hl.types.ArrayBase, Dyn) → Boolf@34sortDyn(hl.types.ArrayBase, Fun) → Voidf@35slice(hl.types.ArrayBase, I32, Null) → hl.types.ArrayBasef@36splice(hl.types.ArrayBase, I32, I32) → hl.types.ArrayBasef@37join(hl.types.ArrayBase, String) → Stringf@38reverse(hl.types.ArrayBase) → Voidf@39resize(hl.types.ArrayBase, I32) → Voidf@40toString(hl.types.ArrayBase) → Stringf@41__cast(hl.types.ArrayBase, TypeType) → Dynf@42isArrayObj(hl.types.ArrayBase) → Boolf@43__string(hl.types.ArrayBase) → Bytes
Bindings
- static
f@47allocF64(Bytes, I32) → hl.types.ArrayBytes_Float - static
f@46allocF32(Bytes, I32) → hl.types.ArrayBytes_Single - static
f@45allocUI16(Bytes, I32) → hl.types.ArrayBytes_hl_UI16 - static
f@44allocI32(Bytes, I32) → hl.types.ArrayBytes_Int