On Tuesday, 15 June 2021 at 12:38:15 UTC, Ali Çehreli wrote:
On 6/15/21 5:18 AM, VitaliiY wrote:> STOREBITS and ADDBITS use variables defined in STARTDATAIf possible in your use case, I would put those variables in a struct type and make add() a member function. However, a similar type already exists as std.bitmanip.BitArray.Ali
Thank you, Ali! Idea with member function seems interesting.