Comment.Separate constructor
Comment.Separate([
- int length = 48
Separates parts of your code
Implementation
Comment.Separate([int length = 48]) : _text = _separate(length);
Separates parts of your code
Comment.Separate([int length = 48]) : _text = _separate(length);