You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docstring of similar states it creates an "uninitialized" array. So, I think there is no reason to define a specialized similar method that initializes an array. If you need an initialized version, you can call fill(STRAND_NA, 10).
In what situation do you need an initialized vector of strands when you call similar?
Could
similar
on an array ofStrand
object be initialized as an array of STRAND_NA?The text was updated successfully, but these errors were encountered: