BigInt.view

Returns a read-only view of the BigInt's internal limbs as a BigIntView of the same size.

  1. BigIntView!size_t view()
    struct BigInt(uint size64)
    @safe scope return @property
    BigIntView!size_t
    view
    ()
    ()
    if (
    size64 &&
    size64 <= ushort.max
    )
  2. BigIntView!(const size_t) view()