Skip to content
  • Stéphane Adjemian's avatar
    Fixed behaviour w.r.t inplace modification. · abcf6d90
    Stéphane Adjemian authored
    GENERAL RULE: Methods with trailing underscore do in place modifications of the
    object, while methods without trailing underscore do a copy (and leave
    the original object unchanged).
    
    Also fixed some headers and unit tests + cosmetic changes.
    abcf6d90