Skip to main content

AsInt <T>

Hierarchy

Index

Numeric

Numeric

asInt

  • asInt(this, self): Int
  • Converts the given value to a Int.

    @example
    const SomeType: AsInt<T>;
    const value: T;
    SomeType.asInt(value); // Int(...)
Page Options