Size method

int Size([
  1. int count = 1
])

Returns the total byte size for count structs.

Implementation

int Size([int count = 1]) => count*sizeOfFunc();