The OpenD Programming Language

BigInt.view

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

Meta