Options
All
  • Public
  • Public/Protected
  • All
Menu

As of AssemblyScript 0.18.x, primitive number types in AssemblyScript can't be in an union type e.g string | null works, but not i32 | null Thus, this is just a wrapper class around AssemblyScript primitives to allow us to return nullable values.

Type parameters

  • T

Hierarchy

  • GeolocationPrimitive

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _value

_value: T

Methods

valueOf

  • valueOf(): T
  • Returns T

Legend

  • Method
  • Private property

Generated using TypeDoc