Variable ShardInfo.numShards

Total number of shards.

Declaration

struct ShardInfo
{
  // ...
  ushort numShards = cast(ushort)1u;
  // ...
}