n_max_seq property

  1. @Int32()
int n_max_seq
getter/setter pair

Maximum number of sequences that can exist in a cell. It's not an error if there are more sequences in a cell than this value, however they will not be visible in the view cells_sequences.

Implementation

@ffi.Int32()
external int n_max_seq;