isize Type

Syntax

<isize-type> ::= "isize"

Semantics

  • Its size depends on the target (e.g., 64 bits on x86_64).
  • It can contain the numbers between -2size(in bits)-1 and 2size(in bits)-1-1.